diff options
author | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-01-28 16:09:56 +0200 |
---|---|---|
committer | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-01-28 16:10:02 +0200 |
commit | 74df105d71a7109297d270bfddb293f0cc6bf57b (patch) | |
tree | c38f9b6b2b12f8e14e00e9ea43fdfab4b4e010e7 /project.godot | |
parent | 62cf60c22f09c02d71222c913c0c35755c43277d (diff) | |
download | gamejam-ggj-2024-74df105d71a7109297d270bfddb293f0cc6bf57b.tar.gz gamejam-ggj-2024-74df105d71a7109297d270bfddb293f0cc6bf57b.tar.bz2 gamejam-ggj-2024-74df105d71a7109297d270bfddb293f0cc6bf57b.zip |
Fix audio
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 150d30c..63ee2e2 100644 --- a/project.godot +++ b/project.godot @@ -10,7 +10,7 @@ config_version=5 [application] -run/main_scene="res://game/main.tscn" +run/main_scene="res://game/menu.tscn" config/features=PackedStringArray("4.2") [autoload] |