mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Add instructions for opening a scene in Creating instances (#9143)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
BIN
getting_started/step_by_step/img/instancing_ball_scene_open.webp
Normal file
BIN
getting_started/step_by_step/img/instancing_ball_scene_open.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
@@ -114,8 +114,12 @@ There is more to instances. With this feature, you can:
|
||||
.. note:: Changing a property on an instance always overrides values from the
|
||||
corresponding packed scene.
|
||||
|
||||
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.
|
||||
Let's try this. Double-click ``ball.tscn`` in the FileSystem to open it.
|
||||
|
||||
.. image:: img/instancing_ball_scene_open.webp
|
||||
|
||||
Select the Ball node. In the Inspector on the right, click on the PhysicsMaterial
|
||||
property to expand it.
|
||||
|
||||
.. image:: img/instancing_physics_material_expand.webp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user