updated main run scene to fix the grey background (#1291)

issue #1288 reported a grey background in web version of rhythm game https://godotengine.github.io/godot-demo-projects/audio/rhythm_game/ upon downloading and running the game the starting scene seemed to be assigned to a scene godot couldn't recognize but once changed to main.tscn it worked
This commit is contained in:
Maria
2026-01-14 23:38:25 +03:00
committed by GitHub
parent b509950099
commit 0ece7eaf26

View File

@@ -12,8 +12,8 @@ config_version=5
config/name="Rhythm Game"
config/description="Simple rhythm game utilizing precise playback position."
run/main_scene="uid://cv53erwosrk7o"
config/features=PackedStringArray("4.5", "GL Compatibility")
run/main_scene="uid://dv2yxsk2pn2j"
config/features=PackedStringArray("4.4", "GL Compatibility")
run/max_fps=1000
config/icon="uid://bdd4ws8b7jdqh"