Browse Source

minor fixes

master
as4s4hetic 3 years ago
parent
commit
7276b84581
  1. 1
      Scripts/Car.gd

1
Scripts/Car.gd

@ -46,5 +46,6 @@ func play_animation (anim_name): @@ -46,5 +46,6 @@ func play_animation (anim_name):
func manage_animations ():
if Input.is_action_pressed("move_left"):
play_animation("Accelerate")
else:
play_animation("default")

Loading…
Cancel
Save