浏览代码

Merge pull request #7564 from Hannfeld/master

Changed a code example that didn't follow the style guide
Matthew 2 年之前
父节点
当前提交
9f862c92b4
共有 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}
     enum Jobs {KNIGHT, WIZARD, ROGUE, HEALER, SHAMAN}