Initial commit: OpenRA game engine
Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
43
mods/cnc/chrome/ingame-infoobjectives.yaml
Normal file
43
mods/cnc/chrome/ingame-infoobjectives.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
Container@MISSION_OBJECTIVES:
|
||||
Height: PARENT_HEIGHT
|
||||
Width: PARENT_WIDTH
|
||||
Logic: GameInfoObjectivesLogic
|
||||
Children:
|
||||
Label@MISSION:
|
||||
X: 15
|
||||
Y: 17
|
||||
Width: 80
|
||||
Height: 20
|
||||
Font: MediumBold
|
||||
Text: label-mission-objectives
|
||||
Label@MISSION_STATUS:
|
||||
X: 95
|
||||
Y: 17
|
||||
Width: PARENT_WIDTH - 110
|
||||
Height: 20
|
||||
Font: MediumBold
|
||||
ScrollPanel@OBJECTIVES_PANEL:
|
||||
X: 15
|
||||
Y: 50
|
||||
Width: PARENT_WIDTH - 30
|
||||
Height: PARENT_HEIGHT - 65
|
||||
TopBottomSpacing: 15
|
||||
ItemSpacing: 15
|
||||
Children:
|
||||
Container@OBJECTIVE_TEMPLATE:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Children:
|
||||
Label@OBJECTIVE_TYPE:
|
||||
X: 10
|
||||
Y: 1
|
||||
Width: 70
|
||||
Height: PARENT_HEIGHT
|
||||
Align: Center
|
||||
Checkbox@OBJECTIVE_STATUS:
|
||||
X: 90
|
||||
Y: 0
|
||||
Width: PARENT_WIDTH - 100
|
||||
Height: PARENT_HEIGHT
|
||||
Disabled: True
|
||||
TextColorDisabled: FFFFFF
|
||||
Reference in New Issue
Block a user