#2 #6 #7 Added a new sync screen that shows progress during sync
All checks were successful
Build / build (push) Successful in 1m22s

This commit is contained in:
2025-09-19 22:15:37 +02:00
parent 3e4d417b4f
commit 4e6e37775d
17 changed files with 443 additions and 64 deletions

View File

@@ -205,4 +205,4 @@ func play_local_song() -> void:
play_sound(load_mp3(local_path))
func sound_test_local() -> void:
play_sound(preload("res://01. Opening.mp3"))
play_sound(preload("res://sounds/01. Opening.mp3"))