diff --git a/README.md b/README.md index 7cfe026c59..7eef99c69c 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,3 @@ A local server should start and you should be able to access a local version of ### Assets, Errors, and Examples pages These pages need to be generated in a separate step by running the shell scripts in the `generate-assets`, `generate-errors`, and `generate-wasm-examples` directories. On Windows, you can use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) or [git bash](https://gitforwindows.org/). - diff --git a/static/screenshots/2D Rendering/2d_gizmos.png b/static/screenshots/2D Rendering/2d_gizmos.png index e05d10e2d2..746a27889b 100644 Binary files a/static/screenshots/2D Rendering/2d_gizmos.png and b/static/screenshots/2D Rendering/2d_gizmos.png differ diff --git a/static/screenshots/2D Rendering/2d_shapes.png b/static/screenshots/2D Rendering/2d_shapes.png index e79b29cc9b..9ede854c94 100644 Binary files a/static/screenshots/2D Rendering/2d_shapes.png and b/static/screenshots/2D Rendering/2d_shapes.png differ diff --git a/static/screenshots/2D Rendering/2d_viewport_to_world.png b/static/screenshots/2D Rendering/2d_viewport_to_world.png new file mode 100644 index 0000000000..443997c853 Binary files /dev/null and b/static/screenshots/2D Rendering/2d_viewport_to_world.png differ diff --git a/static/screenshots/2D Rendering/bloom_2d.png b/static/screenshots/2D Rendering/bloom_2d.png index 1bf0b17e09..4ac2a9fee4 100644 Binary files a/static/screenshots/2D Rendering/bloom_2d.png and b/static/screenshots/2D Rendering/bloom_2d.png differ diff --git a/static/screenshots/2D Rendering/custom_gltf_vertex_attribute.png b/static/screenshots/2D Rendering/custom_gltf_vertex_attribute.png index 6f6ce09e73..8c0a51f5b1 100644 Binary files a/static/screenshots/2D Rendering/custom_gltf_vertex_attribute.png and b/static/screenshots/2D Rendering/custom_gltf_vertex_attribute.png differ diff --git a/static/screenshots/2D Rendering/mesh2d.png b/static/screenshots/2D Rendering/mesh2d.png index 43849522ed..9bf3846bac 100644 Binary files a/static/screenshots/2D Rendering/mesh2d.png and b/static/screenshots/2D Rendering/mesh2d.png differ diff --git a/static/screenshots/2D Rendering/mesh2d_manual.png b/static/screenshots/2D Rendering/mesh2d_manual.png index a470968c06..5e9aa98aad 100644 Binary files a/static/screenshots/2D Rendering/mesh2d_manual.png and b/static/screenshots/2D Rendering/mesh2d_manual.png differ diff --git a/static/screenshots/2D Rendering/mesh2d_vertex_color_texture.png b/static/screenshots/2D Rendering/mesh2d_vertex_color_texture.png index df6bd70b05..c76ba6be82 100644 Binary files a/static/screenshots/2D Rendering/mesh2d_vertex_color_texture.png and b/static/screenshots/2D Rendering/mesh2d_vertex_color_texture.png differ diff --git a/static/screenshots/2D Rendering/move_sprite.png b/static/screenshots/2D Rendering/move_sprite.png index d21cab35a9..f7811d6e36 100644 Binary files a/static/screenshots/2D Rendering/move_sprite.png and b/static/screenshots/2D Rendering/move_sprite.png differ diff --git a/static/screenshots/2D Rendering/pixel_perfect.png b/static/screenshots/2D Rendering/pixel_perfect.png index 98568799b9..dc6916f95b 100644 Binary files a/static/screenshots/2D Rendering/pixel_perfect.png and b/static/screenshots/2D Rendering/pixel_perfect.png differ diff --git a/static/screenshots/2D Rendering/rotation.png b/static/screenshots/2D Rendering/rotation.png index 9cc1880b11..f7035bf8db 100644 Binary files a/static/screenshots/2D Rendering/rotation.png and b/static/screenshots/2D Rendering/rotation.png differ diff --git a/static/screenshots/2D Rendering/sprite.png b/static/screenshots/2D Rendering/sprite.png index d26e3083f8..b088feef43 100644 Binary files a/static/screenshots/2D Rendering/sprite.png and b/static/screenshots/2D Rendering/sprite.png differ diff --git a/static/screenshots/2D Rendering/sprite_flipping.png b/static/screenshots/2D Rendering/sprite_flipping.png index 531f63c2fd..648167a471 100644 Binary files a/static/screenshots/2D Rendering/sprite_flipping.png and b/static/screenshots/2D Rendering/sprite_flipping.png differ diff --git a/static/screenshots/2D Rendering/sprite_sheet.png b/static/screenshots/2D Rendering/sprite_sheet.png index 2ed176396c..06c527d1dd 100644 Binary files a/static/screenshots/2D Rendering/sprite_sheet.png and b/static/screenshots/2D Rendering/sprite_sheet.png differ diff --git a/static/screenshots/2D Rendering/text2d.png b/static/screenshots/2D Rendering/text2d.png index d3436abb66..30e2a93ce9 100644 Binary files a/static/screenshots/2D Rendering/text2d.png and b/static/screenshots/2D Rendering/text2d.png differ diff --git a/static/screenshots/2D Rendering/texture_atlas.png b/static/screenshots/2D Rendering/texture_atlas.png index 5682f66e49..1bc7d4e320 100644 Binary files a/static/screenshots/2D Rendering/texture_atlas.png and b/static/screenshots/2D Rendering/texture_atlas.png differ diff --git a/static/screenshots/2D Rendering/transparency_2d.png b/static/screenshots/2D Rendering/transparency_2d.png index 3b89754d2f..e636a502ca 100644 Binary files a/static/screenshots/2D Rendering/transparency_2d.png and b/static/screenshots/2D Rendering/transparency_2d.png differ diff --git a/static/screenshots/3D Rendering/3d_gizmos.png b/static/screenshots/3D Rendering/3d_gizmos.png index 906d12a174..c08c080517 100644 Binary files a/static/screenshots/3D Rendering/3d_gizmos.png and b/static/screenshots/3D Rendering/3d_gizmos.png differ diff --git a/static/screenshots/3D Rendering/3d_scene.png b/static/screenshots/3D Rendering/3d_scene.png index e2ed6e0707..2f8a5aed81 100644 Binary files a/static/screenshots/3D Rendering/3d_scene.png and b/static/screenshots/3D Rendering/3d_scene.png differ diff --git a/static/screenshots/3D Rendering/3d_shapes.png b/static/screenshots/3D Rendering/3d_shapes.png index 4253974516..9f8e82a1c3 100644 Binary files a/static/screenshots/3D Rendering/3d_shapes.png and b/static/screenshots/3D Rendering/3d_shapes.png differ diff --git a/static/screenshots/3D Rendering/3d_viewport_to_world.png b/static/screenshots/3D Rendering/3d_viewport_to_world.png new file mode 100644 index 0000000000..6b572b9686 Binary files /dev/null and b/static/screenshots/3D Rendering/3d_viewport_to_world.png differ diff --git a/static/screenshots/3D Rendering/anti_aliasing.png b/static/screenshots/3D Rendering/anti_aliasing.png index 6e5afdb71b..0838c6bc07 100644 Binary files a/static/screenshots/3D Rendering/anti_aliasing.png and b/static/screenshots/3D Rendering/anti_aliasing.png differ diff --git a/static/screenshots/3D Rendering/atmospheric_fog.png b/static/screenshots/3D Rendering/atmospheric_fog.png index 9ff2b450d8..9c17a0afea 100644 Binary files a/static/screenshots/3D Rendering/atmospheric_fog.png and b/static/screenshots/3D Rendering/atmospheric_fog.png differ diff --git a/static/screenshots/3D Rendering/blend_modes.png b/static/screenshots/3D Rendering/blend_modes.png index 6ca3148aa9..780c77a863 100644 Binary files a/static/screenshots/3D Rendering/blend_modes.png and b/static/screenshots/3D Rendering/blend_modes.png differ diff --git a/static/screenshots/3D Rendering/bloom_3d.png b/static/screenshots/3D Rendering/bloom_3d.png index 7e65a27f09..4479327551 100644 Binary files a/static/screenshots/3D Rendering/bloom_3d.png and b/static/screenshots/3D Rendering/bloom_3d.png differ diff --git a/static/screenshots/3D Rendering/deferred_rendering.png b/static/screenshots/3D Rendering/deferred_rendering.png new file mode 100644 index 0000000000..1a1b21c1d7 Binary files /dev/null and b/static/screenshots/3D Rendering/deferred_rendering.png differ diff --git a/static/screenshots/3D Rendering/fog.png b/static/screenshots/3D Rendering/fog.png index 3b6f71cdb0..e22df18b70 100644 Binary files a/static/screenshots/3D Rendering/fog.png and b/static/screenshots/3D Rendering/fog.png differ diff --git a/static/screenshots/3D Rendering/generate_custom_mesh.png b/static/screenshots/3D Rendering/generate_custom_mesh.png index af2c1057b7..8acf7c4cf5 100644 Binary files a/static/screenshots/3D Rendering/generate_custom_mesh.png and b/static/screenshots/3D Rendering/generate_custom_mesh.png differ diff --git a/static/screenshots/3D Rendering/lighting.png b/static/screenshots/3D Rendering/lighting.png index c1ca5e35fc..f90da8a029 100644 Binary files a/static/screenshots/3D Rendering/lighting.png and b/static/screenshots/3D Rendering/lighting.png differ diff --git a/static/screenshots/3D Rendering/lines.png b/static/screenshots/3D Rendering/lines.png index ce571d4c55..e3e32f0b2f 100644 Binary files a/static/screenshots/3D Rendering/lines.png and b/static/screenshots/3D Rendering/lines.png differ diff --git a/static/screenshots/3D Rendering/load_gltf.png b/static/screenshots/3D Rendering/load_gltf.png index b6e03ea78c..0f105668c4 100644 Binary files a/static/screenshots/3D Rendering/load_gltf.png and b/static/screenshots/3D Rendering/load_gltf.png differ diff --git a/static/screenshots/3D Rendering/orthographic.png b/static/screenshots/3D Rendering/orthographic.png index 358e85107d..344e22e452 100644 Binary files a/static/screenshots/3D Rendering/orthographic.png and b/static/screenshots/3D Rendering/orthographic.png differ diff --git a/static/screenshots/3D Rendering/parallax_mapping.png b/static/screenshots/3D Rendering/parallax_mapping.png index 495cd0e712..f29cf580a8 100644 Binary files a/static/screenshots/3D Rendering/parallax_mapping.png and b/static/screenshots/3D Rendering/parallax_mapping.png differ diff --git a/static/screenshots/3D Rendering/parenting.png b/static/screenshots/3D Rendering/parenting.png index 9a4a56f5c2..5fac52d154 100644 Binary files a/static/screenshots/3D Rendering/parenting.png and b/static/screenshots/3D Rendering/parenting.png differ diff --git a/static/screenshots/3D Rendering/pbr.png b/static/screenshots/3D Rendering/pbr.png index ca4b221167..373c01ae35 100644 Binary files a/static/screenshots/3D Rendering/pbr.png and b/static/screenshots/3D Rendering/pbr.png differ diff --git a/static/screenshots/3D Rendering/render_to_texture.png b/static/screenshots/3D Rendering/render_to_texture.png index 13c02a21e7..1c90c47ddc 100644 Binary files a/static/screenshots/3D Rendering/render_to_texture.png and b/static/screenshots/3D Rendering/render_to_texture.png differ diff --git a/static/screenshots/3D Rendering/shadow_biases.png b/static/screenshots/3D Rendering/shadow_biases.png index abd7220512..b50f9ccd12 100644 Binary files a/static/screenshots/3D Rendering/shadow_biases.png and b/static/screenshots/3D Rendering/shadow_biases.png differ diff --git a/static/screenshots/3D Rendering/shadow_caster_receiver.png b/static/screenshots/3D Rendering/shadow_caster_receiver.png index 1ae45d79b6..679328078c 100644 Binary files a/static/screenshots/3D Rendering/shadow_caster_receiver.png and b/static/screenshots/3D Rendering/shadow_caster_receiver.png differ diff --git a/static/screenshots/3D Rendering/skybox.png b/static/screenshots/3D Rendering/skybox.png index 238042ab53..f908579926 100644 Binary files a/static/screenshots/3D Rendering/skybox.png and b/static/screenshots/3D Rendering/skybox.png differ diff --git a/static/screenshots/3D Rendering/spherical_area_lights.png b/static/screenshots/3D Rendering/spherical_area_lights.png index 1e22f1c44e..54ba10a8fe 100644 Binary files a/static/screenshots/3D Rendering/spherical_area_lights.png and b/static/screenshots/3D Rendering/spherical_area_lights.png differ diff --git a/static/screenshots/3D Rendering/split_screen.png b/static/screenshots/3D Rendering/split_screen.png index 86a5ee27f9..4424036c3a 100644 Binary files a/static/screenshots/3D Rendering/split_screen.png and b/static/screenshots/3D Rendering/split_screen.png differ diff --git a/static/screenshots/3D Rendering/spotlight.png b/static/screenshots/3D Rendering/spotlight.png index 18fd992997..b32da72246 100644 Binary files a/static/screenshots/3D Rendering/spotlight.png and b/static/screenshots/3D Rendering/spotlight.png differ diff --git a/static/screenshots/3D Rendering/ssao.png b/static/screenshots/3D Rendering/ssao.png index 638cf5b847..91e3b8ffa4 100644 Binary files a/static/screenshots/3D Rendering/ssao.png and b/static/screenshots/3D Rendering/ssao.png differ diff --git a/static/screenshots/3D Rendering/texture.png b/static/screenshots/3D Rendering/texture.png index e99e4c0f37..14aadddf26 100644 Binary files a/static/screenshots/3D Rendering/texture.png and b/static/screenshots/3D Rendering/texture.png differ diff --git a/static/screenshots/3D Rendering/tonemapping.png b/static/screenshots/3D Rendering/tonemapping.png index 665c4d6891..30fc74043a 100644 Binary files a/static/screenshots/3D Rendering/tonemapping.png and b/static/screenshots/3D Rendering/tonemapping.png differ diff --git a/static/screenshots/3D Rendering/transmission.png b/static/screenshots/3D Rendering/transmission.png new file mode 100644 index 0000000000..c76c0dcb3c Binary files /dev/null and b/static/screenshots/3D Rendering/transmission.png differ diff --git a/static/screenshots/3D Rendering/transparency_3d.png b/static/screenshots/3D Rendering/transparency_3d.png index 231800f9f6..632bc406a7 100644 Binary files a/static/screenshots/3D Rendering/transparency_3d.png and b/static/screenshots/3D Rendering/transparency_3d.png differ diff --git a/static/screenshots/3D Rendering/two_passes.png b/static/screenshots/3D Rendering/two_passes.png index 3cf2eac106..80f1613242 100644 Binary files a/static/screenshots/3D Rendering/two_passes.png and b/static/screenshots/3D Rendering/two_passes.png differ diff --git a/static/screenshots/3D Rendering/update_gltf_scene.png b/static/screenshots/3D Rendering/update_gltf_scene.png index f45de16cc0..03d71b9f9e 100644 Binary files a/static/screenshots/3D Rendering/update_gltf_scene.png and b/static/screenshots/3D Rendering/update_gltf_scene.png differ diff --git a/static/screenshots/3D Rendering/vertex_colors.png b/static/screenshots/3D Rendering/vertex_colors.png index cbd43c8718..264801f841 100644 Binary files a/static/screenshots/3D Rendering/vertex_colors.png and b/static/screenshots/3D Rendering/vertex_colors.png differ diff --git a/static/screenshots/3D Rendering/wireframe.png b/static/screenshots/3D Rendering/wireframe.png index 1ca88a1ebc..49662c44b8 100644 Binary files a/static/screenshots/3D Rendering/wireframe.png and b/static/screenshots/3D Rendering/wireframe.png differ diff --git a/static/screenshots/Animation/animated_fox.png b/static/screenshots/Animation/animated_fox.png index 658a54f416..848d7cb3a1 100644 Binary files a/static/screenshots/Animation/animated_fox.png and b/static/screenshots/Animation/animated_fox.png differ diff --git a/static/screenshots/Animation/animated_transform.png b/static/screenshots/Animation/animated_transform.png index 5ec668ab8d..8a873750b4 100644 Binary files a/static/screenshots/Animation/animated_transform.png and b/static/screenshots/Animation/animated_transform.png differ diff --git a/static/screenshots/Animation/cubic_curve.png b/static/screenshots/Animation/cubic_curve.png index 1ed623423c..29bcdefcda 100644 Binary files a/static/screenshots/Animation/cubic_curve.png and b/static/screenshots/Animation/cubic_curve.png differ diff --git a/static/screenshots/Animation/custom_skinned_mesh.png b/static/screenshots/Animation/custom_skinned_mesh.png index 95c1043bea..dd9a2489ea 100644 Binary files a/static/screenshots/Animation/custom_skinned_mesh.png and b/static/screenshots/Animation/custom_skinned_mesh.png differ diff --git a/static/screenshots/Animation/gltf_skinned_mesh.png b/static/screenshots/Animation/gltf_skinned_mesh.png index dd8fbaf30c..dad9380a89 100644 Binary files a/static/screenshots/Animation/gltf_skinned_mesh.png and b/static/screenshots/Animation/gltf_skinned_mesh.png differ diff --git a/static/screenshots/Animation/morph_targets.png b/static/screenshots/Animation/morph_targets.png index d9f6eb1a0c..f8450134f5 100644 Binary files a/static/screenshots/Animation/morph_targets.png and b/static/screenshots/Animation/morph_targets.png differ diff --git a/static/screenshots/Application/drag_and_drop.png b/static/screenshots/Application/drag_and_drop.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Application/drag_and_drop.png and b/static/screenshots/Application/drag_and_drop.png differ diff --git a/static/screenshots/Application/empty_defaults.png b/static/screenshots/Application/empty_defaults.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Application/empty_defaults.png and b/static/screenshots/Application/empty_defaults.png differ diff --git a/static/screenshots/Application/logs.png b/static/screenshots/Application/logs.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Application/logs.png and b/static/screenshots/Application/logs.png differ diff --git a/static/screenshots/Application/plugin.png b/static/screenshots/Application/plugin.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Application/plugin.png and b/static/screenshots/Application/plugin.png differ diff --git a/static/screenshots/Application/plugin_group.png b/static/screenshots/Application/plugin_group.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Application/plugin_group.png and b/static/screenshots/Application/plugin_group.png differ diff --git a/static/screenshots/Application/return_after_run.png b/static/screenshots/Application/return_after_run.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Application/return_after_run.png and b/static/screenshots/Application/return_after_run.png differ diff --git a/static/screenshots/Application/thread_pool_resources.png b/static/screenshots/Application/thread_pool_resources.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Application/thread_pool_resources.png and b/static/screenshots/Application/thread_pool_resources.png differ diff --git a/static/screenshots/Assets/asset_loading.png b/static/screenshots/Assets/asset_loading.png index e6b5a71346..bb2dfcd20d 100644 Binary files a/static/screenshots/Assets/asset_loading.png and b/static/screenshots/Assets/asset_loading.png differ diff --git a/static/screenshots/Assets/asset_processing.png b/static/screenshots/Assets/asset_processing.png new file mode 100644 index 0000000000..3467d1736d Binary files /dev/null and b/static/screenshots/Assets/asset_processing.png differ diff --git a/static/screenshots/Assets/custom_asset.png b/static/screenshots/Assets/custom_asset.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Assets/custom_asset.png and b/static/screenshots/Assets/custom_asset.png differ diff --git a/static/screenshots/Assets/custom_asset_io.png b/static/screenshots/Assets/custom_asset_io.png deleted file mode 100644 index d26e3083f8..0000000000 Binary files a/static/screenshots/Assets/custom_asset_io.png and /dev/null differ diff --git a/static/screenshots/Assets/custom_asset_reader.png b/static/screenshots/Assets/custom_asset_reader.png new file mode 100644 index 0000000000..fda01e9ae2 Binary files /dev/null and b/static/screenshots/Assets/custom_asset_reader.png differ diff --git a/static/screenshots/Assets/hot_asset_reloading.png b/static/screenshots/Assets/hot_asset_reloading.png index 0d3edf8a78..9a73c948ff 100644 Binary files a/static/screenshots/Assets/hot_asset_reloading.png and b/static/screenshots/Assets/hot_asset_reloading.png differ diff --git a/static/screenshots/Async Tasks/async_compute.png b/static/screenshots/Async Tasks/async_compute.png new file mode 100644 index 0000000000..d89ae43369 Binary files /dev/null and b/static/screenshots/Async Tasks/async_compute.png differ diff --git a/static/screenshots/Async Tasks/external_source_external_thread.png b/static/screenshots/Async Tasks/external_source_external_thread.png index 5776259a9e..6e512125c6 100644 Binary files a/static/screenshots/Async Tasks/external_source_external_thread.png and b/static/screenshots/Async Tasks/external_source_external_thread.png differ diff --git a/static/screenshots/Audio/audio.png b/static/screenshots/Audio/audio.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Audio/audio.png and b/static/screenshots/Audio/audio.png differ diff --git a/static/screenshots/Audio/audio_control.png b/static/screenshots/Audio/audio_control.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Audio/audio_control.png and b/static/screenshots/Audio/audio_control.png differ diff --git a/static/screenshots/Audio/decodable.png b/static/screenshots/Audio/decodable.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Audio/decodable.png and b/static/screenshots/Audio/decodable.png differ diff --git a/static/screenshots/Audio/pitch.png b/static/screenshots/Audio/pitch.png new file mode 100644 index 0000000000..3467d1736d Binary files /dev/null and b/static/screenshots/Audio/pitch.png differ diff --git a/static/screenshots/Audio/spatial_audio_2d.png b/static/screenshots/Audio/spatial_audio_2d.png index e8c00e7d41..b4d798a1f2 100644 Binary files a/static/screenshots/Audio/spatial_audio_2d.png and b/static/screenshots/Audio/spatial_audio_2d.png differ diff --git a/static/screenshots/Audio/spatial_audio_3d.png b/static/screenshots/Audio/spatial_audio_3d.png index d32129d706..267f3dc293 100644 Binary files a/static/screenshots/Audio/spatial_audio_3d.png and b/static/screenshots/Audio/spatial_audio_3d.png differ diff --git a/static/screenshots/Diagnostics/custom_diagnostic.png b/static/screenshots/Diagnostics/custom_diagnostic.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Diagnostics/custom_diagnostic.png and b/static/screenshots/Diagnostics/custom_diagnostic.png differ diff --git a/static/screenshots/Diagnostics/log_diagnostics.png b/static/screenshots/Diagnostics/log_diagnostics.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Diagnostics/log_diagnostics.png and b/static/screenshots/Diagnostics/log_diagnostics.png differ diff --git a/static/screenshots/ECS (Entity Component System)/apply_deferred.png b/static/screenshots/ECS (Entity Component System)/apply_deferred.png index 6a4b30c96e..8d24d30804 100644 Binary files a/static/screenshots/ECS (Entity Component System)/apply_deferred.png and b/static/screenshots/ECS (Entity Component System)/apply_deferred.png differ diff --git a/static/screenshots/ECS (Entity Component System)/component_change_detection.png b/static/screenshots/ECS (Entity Component System)/component_change_detection.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/ECS (Entity Component System)/component_change_detection.png and b/static/screenshots/ECS (Entity Component System)/component_change_detection.png differ diff --git a/static/screenshots/ECS (Entity Component System)/event.png b/static/screenshots/ECS (Entity Component System)/event.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/ECS (Entity Component System)/event.png and b/static/screenshots/ECS (Entity Component System)/event.png differ diff --git a/static/screenshots/ECS (Entity Component System)/fixed_timestep.png b/static/screenshots/ECS (Entity Component System)/fixed_timestep.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/ECS (Entity Component System)/fixed_timestep.png and b/static/screenshots/ECS (Entity Component System)/fixed_timestep.png differ diff --git a/static/screenshots/ECS (Entity Component System)/generic_system.png b/static/screenshots/ECS (Entity Component System)/generic_system.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/ECS (Entity Component System)/generic_system.png and b/static/screenshots/ECS (Entity Component System)/generic_system.png differ diff --git a/static/screenshots/ECS (Entity Component System)/hierarchy.png b/static/screenshots/ECS (Entity Component System)/hierarchy.png index bf0e14da4f..443997c853 100644 Binary files a/static/screenshots/ECS (Entity Component System)/hierarchy.png and b/static/screenshots/ECS (Entity Component System)/hierarchy.png differ diff --git a/static/screenshots/ECS (Entity Component System)/iter_combinations.png b/static/screenshots/ECS (Entity Component System)/iter_combinations.png index 637d7d9e37..a0f1bfc311 100644 Binary files a/static/screenshots/ECS (Entity Component System)/iter_combinations.png and b/static/screenshots/ECS (Entity Component System)/iter_combinations.png differ diff --git a/static/screenshots/ECS (Entity Component System)/nondeterministic_system_order.png b/static/screenshots/ECS (Entity Component System)/nondeterministic_system_order.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/ECS (Entity Component System)/nondeterministic_system_order.png and b/static/screenshots/ECS (Entity Component System)/nondeterministic_system_order.png differ diff --git a/static/screenshots/ECS (Entity Component System)/parallel_query.png b/static/screenshots/ECS (Entity Component System)/parallel_query.png index 52ffedba29..c4c409cf05 100644 Binary files a/static/screenshots/ECS (Entity Component System)/parallel_query.png and b/static/screenshots/ECS (Entity Component System)/parallel_query.png differ diff --git a/static/screenshots/ECS (Entity Component System)/removal_detection.png b/static/screenshots/ECS (Entity Component System)/removal_detection.png index 28de28f058..662faf3242 100644 Binary files a/static/screenshots/ECS (Entity Component System)/removal_detection.png and b/static/screenshots/ECS (Entity Component System)/removal_detection.png differ diff --git a/static/screenshots/ECS (Entity Component System)/run_conditions.png b/static/screenshots/ECS (Entity Component System)/run_conditions.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/ECS (Entity Component System)/run_conditions.png and b/static/screenshots/ECS (Entity Component System)/run_conditions.png differ diff --git a/static/screenshots/ECS (Entity Component System)/state.png b/static/screenshots/ECS (Entity Component System)/state.png index 6975da4b33..0c30e16024 100644 Binary files a/static/screenshots/ECS (Entity Component System)/state.png and b/static/screenshots/ECS (Entity Component System)/state.png differ diff --git a/static/screenshots/ECS (Entity Component System)/timers.png b/static/screenshots/ECS (Entity Component System)/timers.png deleted file mode 100644 index c05ecb0247..0000000000 Binary files a/static/screenshots/ECS (Entity Component System)/timers.png and /dev/null differ diff --git a/static/screenshots/Games/alien_cake_addict.png b/static/screenshots/Games/alien_cake_addict.png index 3f7f9327bf..0189645009 100644 Binary files a/static/screenshots/Games/alien_cake_addict.png and b/static/screenshots/Games/alien_cake_addict.png differ diff --git a/static/screenshots/Games/breakout.png b/static/screenshots/Games/breakout.png index 282b89f697..b7ced3b6b4 100644 Binary files a/static/screenshots/Games/breakout.png and b/static/screenshots/Games/breakout.png differ diff --git a/static/screenshots/Games/contributors.png b/static/screenshots/Games/contributors.png index 9ea417b791..7c8b37c399 100644 Binary files a/static/screenshots/Games/contributors.png and b/static/screenshots/Games/contributors.png differ diff --git a/static/screenshots/Games/game_menu.png b/static/screenshots/Games/game_menu.png index 133dafdb1f..ffb82cb104 100644 Binary files a/static/screenshots/Games/game_menu.png and b/static/screenshots/Games/game_menu.png differ diff --git a/static/screenshots/Input/char_input_events.png b/static/screenshots/Input/char_input_events.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/char_input_events.png and b/static/screenshots/Input/char_input_events.png differ diff --git a/static/screenshots/Input/gamepad_input.png b/static/screenshots/Input/gamepad_input.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/gamepad_input.png and b/static/screenshots/Input/gamepad_input.png differ diff --git a/static/screenshots/Input/gamepad_input_events.png b/static/screenshots/Input/gamepad_input_events.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/gamepad_input_events.png and b/static/screenshots/Input/gamepad_input_events.png differ diff --git a/static/screenshots/Input/gamepad_rumble.png b/static/screenshots/Input/gamepad_rumble.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/gamepad_rumble.png and b/static/screenshots/Input/gamepad_rumble.png differ diff --git a/static/screenshots/Input/keyboard_input.png b/static/screenshots/Input/keyboard_input.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/keyboard_input.png and b/static/screenshots/Input/keyboard_input.png differ diff --git a/static/screenshots/Input/keyboard_input_events.png b/static/screenshots/Input/keyboard_input_events.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/keyboard_input_events.png and b/static/screenshots/Input/keyboard_input_events.png differ diff --git a/static/screenshots/Input/keyboard_modifiers.png b/static/screenshots/Input/keyboard_modifiers.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/keyboard_modifiers.png and b/static/screenshots/Input/keyboard_modifiers.png differ diff --git a/static/screenshots/Input/mouse_grab.png b/static/screenshots/Input/mouse_grab.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/mouse_grab.png and b/static/screenshots/Input/mouse_grab.png differ diff --git a/static/screenshots/Input/mouse_input.png b/static/screenshots/Input/mouse_input.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/mouse_input.png and b/static/screenshots/Input/mouse_input.png differ diff --git a/static/screenshots/Input/mouse_input_events.png b/static/screenshots/Input/mouse_input_events.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/mouse_input_events.png and b/static/screenshots/Input/mouse_input_events.png differ diff --git a/static/screenshots/Input/text_input.png b/static/screenshots/Input/text_input.png index 3d5ac30708..24b3f4fb7c 100644 Binary files a/static/screenshots/Input/text_input.png and b/static/screenshots/Input/text_input.png differ diff --git a/static/screenshots/Input/touch_input.png b/static/screenshots/Input/touch_input.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/touch_input.png and b/static/screenshots/Input/touch_input.png differ diff --git a/static/screenshots/Input/touch_input_events.png b/static/screenshots/Input/touch_input_events.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Input/touch_input_events.png and b/static/screenshots/Input/touch_input_events.png differ diff --git a/static/screenshots/Reflection/generic_reflection.png b/static/screenshots/Reflection/generic_reflection.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Reflection/generic_reflection.png and b/static/screenshots/Reflection/generic_reflection.png differ diff --git a/static/screenshots/Reflection/reflection.png b/static/screenshots/Reflection/reflection.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Reflection/reflection.png and b/static/screenshots/Reflection/reflection.png differ diff --git a/static/screenshots/Reflection/reflection_types.png b/static/screenshots/Reflection/reflection_types.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Reflection/reflection_types.png and b/static/screenshots/Reflection/reflection_types.png differ diff --git a/static/screenshots/Reflection/trait_reflection.png b/static/screenshots/Reflection/trait_reflection.png index c05ecb0247..3467d1736d 100644 Binary files a/static/screenshots/Reflection/trait_reflection.png and b/static/screenshots/Reflection/trait_reflection.png differ diff --git a/static/screenshots/Scene/scene.png b/static/screenshots/Scene/scene.png index 8377cfd3d3..7e2609dbf4 100644 Binary files a/static/screenshots/Scene/scene.png and b/static/screenshots/Scene/scene.png differ diff --git a/static/screenshots/Shaders/animate_shader.png b/static/screenshots/Shaders/animate_shader.png index 98fa1be230..f9e03308fb 100644 Binary files a/static/screenshots/Shaders/animate_shader.png and b/static/screenshots/Shaders/animate_shader.png differ diff --git a/static/screenshots/Shaders/array_texture.png b/static/screenshots/Shaders/array_texture.png index f9f8d6128d..1b8f357c92 100644 Binary files a/static/screenshots/Shaders/array_texture.png and b/static/screenshots/Shaders/array_texture.png differ diff --git a/static/screenshots/Shaders/compute_shader_game_of_life.png b/static/screenshots/Shaders/compute_shader_game_of_life.png index 52ed5b0b7f..fc7d1263fd 100644 Binary files a/static/screenshots/Shaders/compute_shader_game_of_life.png and b/static/screenshots/Shaders/compute_shader_game_of_life.png differ diff --git a/static/screenshots/Shaders/custom_vertex_attribute.png b/static/screenshots/Shaders/custom_vertex_attribute.png index 1e9baf8032..3d309570b9 100644 Binary files a/static/screenshots/Shaders/custom_vertex_attribute.png and b/static/screenshots/Shaders/custom_vertex_attribute.png differ diff --git a/static/screenshots/Shaders/extended_material.png b/static/screenshots/Shaders/extended_material.png new file mode 100644 index 0000000000..904d201a29 Binary files /dev/null and b/static/screenshots/Shaders/extended_material.png differ diff --git a/static/screenshots/Shaders/post_processing.png b/static/screenshots/Shaders/post_processing.png index 3e87a5a72b..a624a50325 100644 Binary files a/static/screenshots/Shaders/post_processing.png and b/static/screenshots/Shaders/post_processing.png differ diff --git a/static/screenshots/Shaders/shader_defs.png b/static/screenshots/Shaders/shader_defs.png index 6efc84eb23..61b854c291 100644 Binary files a/static/screenshots/Shaders/shader_defs.png and b/static/screenshots/Shaders/shader_defs.png differ diff --git a/static/screenshots/Shaders/shader_instancing.png b/static/screenshots/Shaders/shader_instancing.png index 7c1ef69df5..1c06139a3b 100644 Binary files a/static/screenshots/Shaders/shader_instancing.png and b/static/screenshots/Shaders/shader_instancing.png differ diff --git a/static/screenshots/Shaders/shader_material.png b/static/screenshots/Shaders/shader_material.png index 48e51f2086..03502aa56d 100644 Binary files a/static/screenshots/Shaders/shader_material.png and b/static/screenshots/Shaders/shader_material.png differ diff --git a/static/screenshots/Shaders/shader_material_glsl.png b/static/screenshots/Shaders/shader_material_glsl.png index a3dd0bf5bc..291cb096b1 100644 Binary files a/static/screenshots/Shaders/shader_material_glsl.png and b/static/screenshots/Shaders/shader_material_glsl.png differ diff --git a/static/screenshots/Shaders/shader_material_screenspace_texture.png b/static/screenshots/Shaders/shader_material_screenspace_texture.png index 5dc738f9f4..41d3e9707e 100644 Binary files a/static/screenshots/Shaders/shader_material_screenspace_texture.png and b/static/screenshots/Shaders/shader_material_screenspace_texture.png differ diff --git a/static/screenshots/Shaders/shader_prepass.png b/static/screenshots/Shaders/shader_prepass.png index 229446c802..c2c8887b5b 100644 Binary files a/static/screenshots/Shaders/shader_prepass.png and b/static/screenshots/Shaders/shader_prepass.png differ diff --git a/static/screenshots/Shaders/texture_binding_array.png b/static/screenshots/Shaders/texture_binding_array.png index 546893147c..5d6b29c3a1 100644 Binary files a/static/screenshots/Shaders/texture_binding_array.png and b/static/screenshots/Shaders/texture_binding_array.png differ diff --git a/static/screenshots/Stress Tests/bevymark.png b/static/screenshots/Stress Tests/bevymark.png index d00711b446..fc021b8cd1 100644 Binary files a/static/screenshots/Stress Tests/bevymark.png and b/static/screenshots/Stress Tests/bevymark.png differ diff --git a/static/screenshots/Stress Tests/many_animated_sprites.png b/static/screenshots/Stress Tests/many_animated_sprites.png index 6d622734f9..129ab40331 100644 Binary files a/static/screenshots/Stress Tests/many_animated_sprites.png and b/static/screenshots/Stress Tests/many_animated_sprites.png differ diff --git a/static/screenshots/Stress Tests/many_buttons.png b/static/screenshots/Stress Tests/many_buttons.png index 76d6f56315..ce113a91e5 100644 Binary files a/static/screenshots/Stress Tests/many_buttons.png and b/static/screenshots/Stress Tests/many_buttons.png differ diff --git a/static/screenshots/Stress Tests/many_cubes.png b/static/screenshots/Stress Tests/many_cubes.png index 5e7c0e5c10..7fcf073118 100644 Binary files a/static/screenshots/Stress Tests/many_cubes.png and b/static/screenshots/Stress Tests/many_cubes.png differ diff --git a/static/screenshots/Stress Tests/many_foxes.png b/static/screenshots/Stress Tests/many_foxes.png index fd890d27db..28cb8a059e 100644 Binary files a/static/screenshots/Stress Tests/many_foxes.png and b/static/screenshots/Stress Tests/many_foxes.png differ diff --git a/static/screenshots/Stress Tests/many_gizmos.png b/static/screenshots/Stress Tests/many_gizmos.png index 20e3b9c911..ca4b52c960 100644 Binary files a/static/screenshots/Stress Tests/many_gizmos.png and b/static/screenshots/Stress Tests/many_gizmos.png differ diff --git a/static/screenshots/Stress Tests/many_glyphs.png b/static/screenshots/Stress Tests/many_glyphs.png index 49ff78e0ab..cae38ce545 100644 Binary files a/static/screenshots/Stress Tests/many_glyphs.png and b/static/screenshots/Stress Tests/many_glyphs.png differ diff --git a/static/screenshots/Stress Tests/many_lights.png b/static/screenshots/Stress Tests/many_lights.png index c1e1f3c05b..ea9679601f 100644 Binary files a/static/screenshots/Stress Tests/many_lights.png and b/static/screenshots/Stress Tests/many_lights.png differ diff --git a/static/screenshots/Stress Tests/many_sprites.png b/static/screenshots/Stress Tests/many_sprites.png index 2298dfba6c..d7c736f1e4 100644 Binary files a/static/screenshots/Stress Tests/many_sprites.png and b/static/screenshots/Stress Tests/many_sprites.png differ diff --git a/static/screenshots/Stress Tests/text_pipeline.png b/static/screenshots/Stress Tests/text_pipeline.png index 891f39f2a8..f548303458 100644 Binary files a/static/screenshots/Stress Tests/text_pipeline.png and b/static/screenshots/Stress Tests/text_pipeline.png differ diff --git a/static/screenshots/Time/timers.png b/static/screenshots/Time/timers.png new file mode 100644 index 0000000000..3467d1736d Binary files /dev/null and b/static/screenshots/Time/timers.png differ diff --git a/static/screenshots/Time/virtual_time.png b/static/screenshots/Time/virtual_time.png new file mode 100644 index 0000000000..9fc7ef94a1 Binary files /dev/null and b/static/screenshots/Time/virtual_time.png differ diff --git a/static/screenshots/Tools/gamepad_viewer.png b/static/screenshots/Tools/gamepad_viewer.png index 9e8144070b..215d8056c9 100644 Binary files a/static/screenshots/Tools/gamepad_viewer.png and b/static/screenshots/Tools/gamepad_viewer.png differ diff --git a/static/screenshots/Tools/scene_viewer.png b/static/screenshots/Tools/scene_viewer.png index 4f7bd1c101..12a0b80e5e 100644 Binary files a/static/screenshots/Tools/scene_viewer.png and b/static/screenshots/Tools/scene_viewer.png differ diff --git a/static/screenshots/Transforms/3d_rotation.png b/static/screenshots/Transforms/3d_rotation.png index 6f2f0759ab..42671a2931 100644 Binary files a/static/screenshots/Transforms/3d_rotation.png and b/static/screenshots/Transforms/3d_rotation.png differ diff --git a/static/screenshots/Transforms/scale.png b/static/screenshots/Transforms/scale.png index c213505b40..1699946a48 100644 Binary files a/static/screenshots/Transforms/scale.png and b/static/screenshots/Transforms/scale.png differ diff --git a/static/screenshots/Transforms/transform.png b/static/screenshots/Transforms/transform.png index 71317b0c21..7f188fe9b5 100644 Binary files a/static/screenshots/Transforms/transform.png and b/static/screenshots/Transforms/transform.png differ diff --git a/static/screenshots/Transforms/translation.png b/static/screenshots/Transforms/translation.png index d1bf2fe582..08a34fcfdb 100644 Binary files a/static/screenshots/Transforms/translation.png and b/static/screenshots/Transforms/translation.png differ diff --git a/static/screenshots/UI (User Interface)/borders.png b/static/screenshots/UI (User Interface)/borders.png index 8a31e7e322..c1a22175c0 100644 Binary files a/static/screenshots/UI (User Interface)/borders.png and b/static/screenshots/UI (User Interface)/borders.png differ diff --git a/static/screenshots/UI (User Interface)/button.png b/static/screenshots/UI (User Interface)/button.png index 38a1675186..9c046c4693 100644 Binary files a/static/screenshots/UI (User Interface)/button.png and b/static/screenshots/UI (User Interface)/button.png differ diff --git a/static/screenshots/UI (User Interface)/display_and_visibility.png b/static/screenshots/UI (User Interface)/display_and_visibility.png index 71b28d7d36..b0ae7bc623 100644 Binary files a/static/screenshots/UI (User Interface)/display_and_visibility.png and b/static/screenshots/UI (User Interface)/display_and_visibility.png differ diff --git a/static/screenshots/UI (User Interface)/flex_layout.png b/static/screenshots/UI (User Interface)/flex_layout.png index 8649100fb4..1c0194d341 100644 Binary files a/static/screenshots/UI (User Interface)/flex_layout.png and b/static/screenshots/UI (User Interface)/flex_layout.png differ diff --git a/static/screenshots/UI (User Interface)/font_atlas_debug.png b/static/screenshots/UI (User Interface)/font_atlas_debug.png index a554536c3b..75389b7df7 100644 Binary files a/static/screenshots/UI (User Interface)/font_atlas_debug.png and b/static/screenshots/UI (User Interface)/font_atlas_debug.png differ diff --git a/static/screenshots/UI (User Interface)/grid.png b/static/screenshots/UI (User Interface)/grid.png index 4c9934625c..7c1090f0c2 100644 Binary files a/static/screenshots/UI (User Interface)/grid.png and b/static/screenshots/UI (User Interface)/grid.png differ diff --git a/static/screenshots/UI (User Interface)/overflow.png b/static/screenshots/UI (User Interface)/overflow.png index 1429ff673e..220657f1fd 100644 Binary files a/static/screenshots/UI (User Interface)/overflow.png and b/static/screenshots/UI (User Interface)/overflow.png differ diff --git a/static/screenshots/UI (User Interface)/overflow_debug.png b/static/screenshots/UI (User Interface)/overflow_debug.png index 238599625f..3eed750819 100644 Binary files a/static/screenshots/UI (User Interface)/overflow_debug.png and b/static/screenshots/UI (User Interface)/overflow_debug.png differ diff --git a/static/screenshots/UI (User Interface)/relative_cursor_position.png b/static/screenshots/UI (User Interface)/relative_cursor_position.png index 1168526038..dc0b6aebb9 100644 Binary files a/static/screenshots/UI (User Interface)/relative_cursor_position.png and b/static/screenshots/UI (User Interface)/relative_cursor_position.png differ diff --git a/static/screenshots/UI (User Interface)/size_constraints.png b/static/screenshots/UI (User Interface)/size_constraints.png index 8358df06fe..3b1b470024 100644 Binary files a/static/screenshots/UI (User Interface)/size_constraints.png and b/static/screenshots/UI (User Interface)/size_constraints.png differ diff --git a/static/screenshots/UI (User Interface)/text.png b/static/screenshots/UI (User Interface)/text.png index e37709c47c..bedb5c155c 100644 Binary files a/static/screenshots/UI (User Interface)/text.png and b/static/screenshots/UI (User Interface)/text.png differ diff --git a/static/screenshots/UI (User Interface)/text_debug.png b/static/screenshots/UI (User Interface)/text_debug.png index de87f6b086..646f5113f1 100644 Binary files a/static/screenshots/UI (User Interface)/text_debug.png and b/static/screenshots/UI (User Interface)/text_debug.png differ diff --git a/static/screenshots/UI (User Interface)/text_wrap_debug.png b/static/screenshots/UI (User Interface)/text_wrap_debug.png index 717b1b068f..fd0ec28495 100644 Binary files a/static/screenshots/UI (User Interface)/text_wrap_debug.png and b/static/screenshots/UI (User Interface)/text_wrap_debug.png differ diff --git a/static/screenshots/UI (User Interface)/transparency_ui.png b/static/screenshots/UI (User Interface)/transparency_ui.png index a9c93de3a8..e0900a037c 100644 Binary files a/static/screenshots/UI (User Interface)/transparency_ui.png and b/static/screenshots/UI (User Interface)/transparency_ui.png differ diff --git a/static/screenshots/UI (User Interface)/ui.png b/static/screenshots/UI (User Interface)/ui.png index 99690efbe2..8faaf3e88d 100644 Binary files a/static/screenshots/UI (User Interface)/ui.png and b/static/screenshots/UI (User Interface)/ui.png differ diff --git a/static/screenshots/UI (User Interface)/ui_material.png b/static/screenshots/UI (User Interface)/ui_material.png new file mode 100644 index 0000000000..9317c313d4 Binary files /dev/null and b/static/screenshots/UI (User Interface)/ui_material.png differ diff --git a/static/screenshots/UI (User Interface)/ui_scaling.png b/static/screenshots/UI (User Interface)/ui_scaling.png index c40ee685e2..a880a1c3ae 100644 Binary files a/static/screenshots/UI (User Interface)/ui_scaling.png and b/static/screenshots/UI (User Interface)/ui_scaling.png differ diff --git a/static/screenshots/UI (User Interface)/ui_texture_atlas.png b/static/screenshots/UI (User Interface)/ui_texture_atlas.png index bc30bd511c..69c672088c 100644 Binary files a/static/screenshots/UI (User Interface)/ui_texture_atlas.png and b/static/screenshots/UI (User Interface)/ui_texture_atlas.png differ diff --git a/static/screenshots/UI (User Interface)/viewport_debug.png b/static/screenshots/UI (User Interface)/viewport_debug.png index 3fe0446ca7..17a7b61325 100644 Binary files a/static/screenshots/UI (User Interface)/viewport_debug.png and b/static/screenshots/UI (User Interface)/viewport_debug.png differ diff --git a/static/screenshots/UI (User Interface)/window_fallthrough.png b/static/screenshots/UI (User Interface)/window_fallthrough.png index b2a18c3feb..d25adedca2 100644 Binary files a/static/screenshots/UI (User Interface)/window_fallthrough.png and b/static/screenshots/UI (User Interface)/window_fallthrough.png differ diff --git a/static/screenshots/UI (User Interface)/z_index.png b/static/screenshots/UI (User Interface)/z_index.png index b12a8e4817..dce9ec2ab3 100644 Binary files a/static/screenshots/UI (User Interface)/z_index.png and b/static/screenshots/UI (User Interface)/z_index.png differ diff --git a/static/screenshots/Window/clear_color.png b/static/screenshots/Window/clear_color.png index d81029b326..e93521e02f 100644 Binary files a/static/screenshots/Window/clear_color.png and b/static/screenshots/Window/clear_color.png differ diff --git a/static/screenshots/Window/low_power.png b/static/screenshots/Window/low_power.png index 8901e742b5..fd42709d6d 100644 Binary files a/static/screenshots/Window/low_power.png and b/static/screenshots/Window/low_power.png differ diff --git a/static/screenshots/Window/multiple_windows.png b/static/screenshots/Window/multiple_windows.png index 196f72cf31..13894a225b 100644 Binary files a/static/screenshots/Window/multiple_windows.png and b/static/screenshots/Window/multiple_windows.png differ diff --git a/static/screenshots/Window/scale_factor_override.png b/static/screenshots/Window/scale_factor_override.png index 6f65b4ef59..0a498c4152 100644 Binary files a/static/screenshots/Window/scale_factor_override.png and b/static/screenshots/Window/scale_factor_override.png differ diff --git a/static/screenshots/Window/screenshot.png b/static/screenshots/Window/screenshot.png index 2adaccc710..812ade97b6 100644 Binary files a/static/screenshots/Window/screenshot.png and b/static/screenshots/Window/screenshot.png differ diff --git a/static/screenshots/Window/transparent_window.png b/static/screenshots/Window/transparent_window.png index ba20278623..7e07651622 100644 Binary files a/static/screenshots/Window/transparent_window.png and b/static/screenshots/Window/transparent_window.png differ diff --git a/static/screenshots/Window/window_resizing.png b/static/screenshots/Window/window_resizing.png index 64b4f6d2d2..79e3916fae 100644 Binary files a/static/screenshots/Window/window_resizing.png and b/static/screenshots/Window/window_resizing.png differ diff --git a/static/screenshots/Window/window_settings.png b/static/screenshots/Window/window_settings.png index 131b55ceb8..eddb154759 100644 Binary files a/static/screenshots/Window/window_settings.png and b/static/screenshots/Window/window_settings.png differ