瀏覽代碼

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()