Explorar el Código

Merge pull request #7564 from Hannfeld/master

Changed a code example that didn't follow the style guide
Matthew hace 2 años
padre
commit
b11aba242c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}