소스 검색

Remove extraneous space in the 3D game tutorial's Mob script (#6508)

Bruno Wilson Portes 2 년 전
부모
커밋
93f4f601d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      getting_started/first_3d_game/09.adding_animations.rst

+ 1 - 1
getting_started/first_3d_game/09.adding_animations.rst

@@ -477,7 +477,7 @@ And the *Mob*'s script.
        $AnimationPlayer.playback_speed = random_speed / min_speed
 
 
-    func squash():
+   func squash():
        emit_signal("squashed")
        queue_free()