augmentation du default_fade_time

This commit is contained in:
2026-02-22 15:18:19 +01:00
committed by Zacharie Guet
parent cb86fa0d98
commit 197fe3b0a3

View File

@@ -4,7 +4,7 @@ class_name AudioManagerInstance
const MIN_VOLUME = -60. const MIN_VOLUME = -60.
const MAX_VOLUME = 24. const MAX_VOLUME = 24.
const DEFAULT_FADE_TIME : float = 0.5 const DEFAULT_FADE_TIME : float = 2
const REGION_FIRST_PHASE = [ const REGION_FIRST_PHASE = [
"RegionForestPhase1", "RegionForestPhase1",