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 /game/main.tscn | |
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 'game/main.tscn')
-rw-r--r-- | game/main.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/main.tscn b/game/main.tscn index 3eff98b..67984ff 100644 --- a/game/main.tscn +++ b/game/main.tscn @@ -284,6 +284,8 @@ stretch = true [node name="MicrogameSubViewport" type="SubViewport" parent="MicrogameViewport"] unique_name_in_owner = true handle_input_locally = false +audio_listener_enable_2d = true +audio_listener_enable_3d = true size = Vector2i(2, 2) render_target_update_mode = 4 |