Explorar o código

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

Bruno Wilson Portes %!s(int64=2) %!d(string=hai) anos
pai
achega
93f4f601d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()