Merge branch 'musique_et_son_3' of https://git.zacharie-guet.fr/zacharie/seeding-planets into musique_et_son_3

This commit is contained in:
2026-05-17 15:28:32 +02:00
35 changed files with 249 additions and 78 deletions

View File

@@ -7,19 +7,21 @@ const MAX_VOLUME = 24.
const DEFAULT_FADE_TIME : float = 5.0
const REGION_FIRST_PHASE = [
"RegionDesertPhase1",
"RegionForestPhase1",
"RegionForestPhase2",
"RegionMinePhase1",
"RegionMinePhase2",
"RegionForestPhase1",
"RegionForestPhase2",
"RegionDesertPhase1",
"RegionDesertPhase2",
]
const REGION_LOOP_PHASE = [
"RegionForestLoop",
"RegionForestLoop",
"RegionForestLoop",
"RegionMineLoop",
"RegionMineLoop"
"RegionMineLoop",
"RegionForestLoop",
"RegionForestLoop",
"RegionDesertLoop",
"RegionDesertLoop",
]
@onready var settings : SettingsData = GameInfo.settings_data