Explorar o código

Fix mob scene typo in Your first 2D game (#6007)

Co-authored-by: Hugo Locurcio <[email protected]>
m-at-FNSPE %!s(int64=3) %!d(string=hai) anos
pai
achega
55d3093715
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      getting_started/first_2d_game/05.the_main_game_scene.rst

+ 2 - 2
getting_started/first_2d_game/05.the_main_game_scene.rst

@@ -198,8 +198,8 @@ under "Script Variables".
 
 You can assign this property's value in two ways:
 
-- Drag ``Mob.tscn`` from the "FileSystem" panel and drop it in the ``Mob``
-  property .
+- Drag ``Mob.tscn`` from the "FileSystem" dock and drop it in the **Mob Scene**
+  property.
 - Click the down arrow next to "[empty]" and choose "Load". Select ``Mob.tscn``.
 
 Next, select the ``Player`` node in the Scene dock, and access the Node dock on