Browse Source

Change name of exported variable

Since the exported `PackedScene` variable is named `mob_scene`, the generated script variable is called `Mob Scene`, not `Mob`.
vinegar-tom 4 years ago
parent
commit
2dc0523a95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/first_2d_game/05.the_main_game_scene.rst

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

@@ -104,7 +104,7 @@ Add a script to ``Main``. At the top of the script, we use ``export
         }
     }
 
-Click the ``Main`` node and you will see the ``Mob`` property in the Inspector
+Click the ``Main`` node and you will see the ``Mob Scene`` property in the Inspector
 under "Script Variables".
 
 You can assign this property's value in two ways: