Przeglądaj źródła

Changed a code example that didn't follow the style guide

Hannes 2 lat temu
rodzic
commit
085d4035a3

+ 1 - 1
tutorials/scripting/gdscript/gdscript_styleguide.rst

@@ -784,7 +784,7 @@ variables, in that order.
 
 
 ::
 ::
 
 
-    signal spawn_player(position)
+    signal player_spawned(position)
 
 
     enum Jobs {KNIGHT, WIZARD, ROGUE, HEALER, SHAMAN}
     enum Jobs {KNIGHT, WIZARD, ROGUE, HEALER, SHAMAN}