feat: sound integration
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 8s
Create tag and build when new code gets to main / Export (push) Successful in 2m17s

This commit is contained in:
2025-08-03 12:41:19 +02:00
parent 130334d315
commit 49ede4a46b
12 changed files with 218 additions and 9 deletions

View File

@ -52,6 +52,7 @@ func _process(delta: float) -> void:
background_close.global_position.x = active_camera.global_position.x * parallax_close
# foreground_far.global_position.x = active_camera.global_position.x * foreground
@onready var dance_music: AudioStreamPlayer = $DanceMusic
func _on_start_dancing() -> void:
dance_cutscene.play("dance")