Преглед изворни кода

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

Hannes пре 2 година
родитељ
комит
085d4035a3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tutorials/scripting/gdscript/gdscript_styleguide.rst

+ 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}