Browse Source

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

Bruno Wilson Portes 2 years ago
parent
commit
93f4f601d6
1 changed files with 1 additions and 1 deletions
  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
        $AnimationPlayer.playback_speed = random_speed / min_speed
 
 
 
 
-    func squash():
+   func squash():
        emit_signal("squashed")
        emit_signal("squashed")
        queue_free()
        queue_free()