Skip to content

Commit

Permalink
Fixed typo on comment (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberdi authored May 25, 2022
1 parent f2404ed commit d2b1bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/platformer/characters/Bus.gd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func _set_state(newState):
animation = "standing"
playing = false
resting_sound.playing = true # When more state sounds are added that continuously should play
moving_sound.playing = false # make all the sounds an dictionary.
moving_sound.playing = false # make all the sounds a dictionary.
if (newState == busState.MOVING):
animation = "driving"
playing = true
Expand Down

0 comments on commit d2b1bb8

Please sign in to comment.