From f00583f6653f91c5c5951e929a273bc712e7d6e2 Mon Sep 17 00:00:00 2001 From: Peter Woodman Date: Sun, 14 Jun 2026 21:14:46 -0400 Subject: [PATCH] ios: set exclusive audio to break thru silent switch --- project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.godot b/project.godot index 8986264..a49a0a7 100644 --- a/project.godot +++ b/project.godot @@ -20,6 +20,10 @@ boot_splash/bg_color=Color(0.4, 0.6, 1, 1) boot_splash/image="res://icon.png" config/icon="res://icon.png" +[audio] + +general/ios/session_category=3 + [autoload] Config="*res://scripts/config.gd"