diff --git a/getting_started/step_by_step/img/instancing_physics_material_expand.png b/getting_started/step_by_step/img/instancing_physics_material_expand.png deleted file mode 100644 index 67f452186..000000000 Binary files a/getting_started/step_by_step/img/instancing_physics_material_expand.png and /dev/null differ diff --git a/getting_started/step_by_step/img/instancing_physics_material_expand.webp b/getting_started/step_by_step/img/instancing_physics_material_expand.webp new file mode 100644 index 000000000..e98776922 Binary files /dev/null and b/getting_started/step_by_step/img/instancing_physics_material_expand.webp differ diff --git a/getting_started/step_by_step/img/instancing_property_bounce_updated.png b/getting_started/step_by_step/img/instancing_property_bounce_updated.png deleted file mode 100644 index 2b7c3117b..000000000 Binary files a/getting_started/step_by_step/img/instancing_property_bounce_updated.png and /dev/null differ diff --git a/getting_started/step_by_step/img/instancing_property_bounce_updated.webp b/getting_started/step_by_step/img/instancing_property_bounce_updated.webp new file mode 100644 index 000000000..a6405bb64 Binary files /dev/null and b/getting_started/step_by_step/img/instancing_property_bounce_updated.webp differ diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.rst index 3dd9ab559..31b9c04ba 100644 --- a/getting_started/step_by_step/instancing.rst +++ b/getting_started/step_by_step/instancing.rst @@ -117,12 +117,12 @@ There is more to instances. With this feature, you can: Let's try this. Open ``Ball.tscn`` and select the Ball node. In the Inspector on the right, click on the PhysicsMaterial property to expand it. -.. image:: img/instancing_physics_material_expand.png +.. image:: img/instancing_physics_material_expand.webp -Set its Bounce property to ``2`` by clicking on the number field, typing ``2``, +Set its Bounce property to ``0.5`` by clicking on the number field, typing ``0.5``, and pressing :kbd:`Enter`. -.. image:: img/instancing_property_bounce_updated.png +.. image:: img/instancing_property_bounce_updated.webp Play the game by pressing :kbd:`F5` and notice how all balls now bounce a lot more. As the Ball scene is a template for all instances, modifying it and saving