Unify stage prop layers

This commit is contained in:
2026-06-09 15:08:17 +08:00
parent cf7b7dfb5a
commit 0a59d20ffa
7 changed files with 30 additions and 17 deletions
+12 -8
View File
@@ -100,14 +100,18 @@ LevelDefinition CreateWhiteboxLevel() {
{frostbite2D::Rect(3040.0f, 315.0f, 82.0f, 285.0f),
frostbite2D::Color(0.26f, 0.30f, 0.34f, 1.0f),
StageLayerRole::PropsBack}}},
};
level.props = {
{frostbite2D::Rect(118.0f, 392.0f, 88.0f, 208.0f),
frostbite2D::Color(0.26f, 0.30f, 0.34f, 1.0f)},
{frostbite2D::Rect(780.0f, 250.0f, 72.0f, 180.0f),
frostbite2D::Color(0.26f, 0.30f, 0.34f, 1.0f)},
{frostbite2D::Rect(1440.0f, 300.0f, 80.0f, 300.0f),
frostbite2D::Color(0.26f, 0.30f, 0.34f, 1.0f)},
{"props_front",
StageLayerRole::PropsFront,
1.0f,
{{frostbite2D::Rect(520.0f, 580.0f, 220.0f, 34.0f),
frostbite2D::Color(0.14f, 0.17f, 0.18f, 0.90f),
StageLayerRole::PropsFront},
{frostbite2D::Rect(1510.0f, 570.0f, 280.0f, 42.0f),
frostbite2D::Color(0.14f, 0.17f, 0.18f, 0.90f),
StageLayerRole::PropsFront},
{frostbite2D::Rect(2580.0f, 572.0f, 260.0f, 38.0f),
frostbite2D::Color(0.14f, 0.17f, 0.18f, 0.90f),
StageLayerRole::PropsFront}}},
};
level.battleZones = {
{"zone_01_intro",