mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-09-03 23:39:26 +03:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user