Initial commit: OpenRA game engine
Some checks failed
Continuous Integration / Linux (.NET 8.0) (push) Has been cancelled
Continuous Integration / Windows (.NET 8.0) (push) Has been cancelled

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:
let5sne.win10
2026-01-10 21:46:54 +08:00
commit 9cf6ebb986
4065 changed files with 635973 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
Container@MISSION_OBJECTIVES:
Height: PARENT_HEIGHT
Width: PARENT_WIDTH
Logic: GameInfoObjectivesLogic
Children:
Label@MISSION:
X: 20
Y: 21
Width: 80
Height: 25
Font: MediumBold
Text: label-mission-objectives
Label@MISSION_STATUS:
X: 100
Y: 21
Width: PARENT_WIDTH - 120
Height: 25
Font: MediumBold
ScrollPanel@OBJECTIVES_PANEL:
X: 20
Y: 60
Width: PARENT_WIDTH - 40
Height: 325
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