Browse Source

Merge pull request #7564 from Hannfeld/master

Changed a code example that didn't follow the style guide
Matthew 2 years ago
parent
commit
b11aba242c
1 changed files with 1 additions and 1 deletions
  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}
     enum Jobs {KNIGHT, WIZARD, ROGUE, HEALER, SHAMAN}