Added gameplay music

This commit is contained in:
2026-01-10 19:29:30 +03:00
parent eaa49d593e
commit b6d9b308a4
6 changed files with 36 additions and 2 deletions
+2
View File
@@ -15,6 +15,8 @@ func _ready() -> void:
pause_menu.hide()
game_over_menu.hide()
SoundManager.play_music_stream(SoundManager.music_stream_gameplay)
if player_falling_at_start:
player.velocity.y = player.max_fall_speed