Browse Source

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

Hannes 2 năm trước cách đây
mục cha
commit
085d4035a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}