RECORDANDRONCO/mods/vinylgod/chrome/layouts/ingame-player.yaml
type-two 5255aeeb1f Round 5a: heroes (The Selector, The Curator), air (45 Flyer, Compression Drone) with pads + Aircraft queue/tab, scouts (Boom Bike, Crawler), 5 weapons, wax seep regrowth on all maps
Wax seeps fix the economy flatline the arena telemetry exposed: both bots hit
cash=0/stored=0 from tick 6250 with no way to recover.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-25 19:08:13 +10:00

107 lines
2.3 KiB
YAML

Container@PLAYER_WIDGETS:
Logic: MenuButtonsChromeLogic
Children:
LogicTicker@SIDEBAR_TICKER:
MenuButton@OPTIONS_BUTTON:
Key: escape
Container@CASH_COUNTER:
Logic: IngameCashCounterLogic
X: PARENT_WIDTH - WIDTH - 10
Y: 10
Width: 120
Height: 23
Children:
LabelWithTooltip@CASH:
Width: PARENT_WIDTH
Height: 23
Align: Right
Font: TinyBold
Container@RADAR_BOX:
X: WINDOW_WIDTH - 240
Y: WINDOW_HEIGHT - 240
Width: 232
Height: 232
Children:
Radar@RADAR_MINIMAP:
X: 4
Y: 4
Width: 224
Height: 224
WorldInteractionController: INTERACTION_CONTROLLER
Container@SUPPORT_POWERS:
X: 10
Y: 45
Width: 70
Height: 250
Children:
SupportPowers@SUPPORT_PALETTE:
IconSize: 64, 48
IconMargin: 2
ReadyText: production-ready
HoldText: production-hold
Container@SIDEBAR_PRODUCTION:
Logic: ClassicProductionLogic
X: WINDOW_WIDTH - 240
Y: 45
Width: 232
Height: WINDOW_HEIGHT - 60
Children:
LogicTicker@PRODUCTION_TICKER:
ProductionPalette@PRODUCTION_PALETTE:
X: 34
Y: 1
Columns: 3
IconSize: 64, 48
IconMargin: 1, 1
ReadyText: production-ready
HoldText: production-hold
Container@PRODUCTION_TYPES:
X: 0
Y: 1
Width: 30
Height: 96
Children:
ProductionTypeButton@BUILDING:
Width: 30
Height: 30
Background: button
ProductionGroup: Building
Children:
Image@ICON:
X: 7
Y: 7
ImageCollection: production-icons
ProductionTypeButton@INFANTRY:
Y: 33
Width: 30
Height: 30
Background: button
ProductionGroup: Infantry
Children:
Image@ICON:
X: 7
Y: 7
ImageCollection: production-icons
ProductionTypeButton@VEHICLE:
Y: 66
Width: 30
Height: 30
Background: button
ProductionGroup: Vehicle
Children:
Image@ICON:
X: 7
Y: 7
ImageCollection: production-icons
ProductionTypeButton@AIRCRAFT:
Y: 99
Width: 30
Height: 30
Background: button
ProductionGroup: Aircraft
Children:
Image@ICON:
X: 7
Y: 7
ImageCollection: production-icons