Add Ye arc battlefield backgrounds

This commit is contained in:
2026-06-19 09:26:12 +09:00
parent 81aa048fa2
commit a95a8a3c0a
9 changed files with 24 additions and 0 deletions

View File

@@ -64,6 +64,26 @@ const SCENARIO_BACKGROUNDS := [
"scenario_path": "res://data/scenarios/013_wuchao_raid.json",
"background_path": "res://art/backgrounds/wuchao_night_granary.png",
"label": "013 Wuchao night granary background"
},
{
"scenario_path": "res://data/scenarios/014_cangting_pursuit.json",
"background_path": "res://art/backgrounds/cangting_pursuit.png",
"label": "014 Cangting pursuit background"
},
{
"scenario_path": "res://data/scenarios/015_ye_campaign.json",
"background_path": "res://art/backgrounds/ye_outer_defense.png",
"label": "015 Ye outer defense background"
},
{
"scenario_path": "res://data/scenarios/016_ye_siege.json",
"background_path": "res://art/backgrounds/ye_inner_gate.png",
"label": "016 Ye inner gate background"
},
{
"scenario_path": "res://data/scenarios/017_ye_surrender.json",
"background_path": "res://art/backgrounds/ye_palace_road.png",
"label": "017 Ye palace road background"
}
]