소스 검색

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}