Browse Source

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

Bruno Wilson Portes 2 năm trước cách đây
mục cha
commit
93f4f601d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()