Files
OpenRA/mods/d2k/chrome/mainmenu.yaml
2015-05-15 17:08:33 +01:00

236 lines
4.8 KiB
YAML

Container@MAINMENU:
Logic: MainMenuLogic
Children:
Label@VERSION_LABEL:
X: WINDOW_RIGHT - 10
Y: WINDOW_BOTTOM - 20
Align: Right
Font: Regular
Contrast: True
Container@MENUS:
X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2
Y: WINDOW_BOTTOM/2-HEIGHT/2
Width: 200
Height: 320
Children:
Background@MAIN_MENU:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Children:
Label@MAINMENU_LABEL_TITLE:
X: 0
Y: 20
Width: 200
Height: 30
Text: OpenRA
Align: Center
Font: Bold
Button@SINGLEPLAYER_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 60
Width: 140
Height: 30
Text: Singleplayer
Font: Bold
Button@MULTIPLAYER_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 100
Width: 140
Height: 30
Text: Multiplayer
Font: Bold
Button@SETTINGS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 140
Width: 140
Height: 30
Text: Settings
Font: Bold
Button@EXTRAS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 180
Width: 140
Height: 30
Text: Extras
Font: Bold
Button@MODS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 220
Width: 140
Height: 30
Text: Mods
Font: Bold
Button@QUIT_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 260
Width: 140
Height: 30
Text: Quit
Font: Bold
Background@SINGLEPLAYER_MENU:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Children:
Label@SINGLEPLAYER_MENU_TITLE:
X: 0
Y: 20
Width: 200
Height: 30
Text: Singleplayer
Align: Center
Font: Bold
Button@SKIRMISH_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 60
Width: 140
Height: 30
Text: Skirmish
Font: Bold
Button@MISSIONS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 100
Width: 140
Height: 30
Text: Missions
Font: Bold
Button@BACK_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Key: escape
Y: 260
Width: 140
Height: 30
Text: Back
Font: Bold
Background@EXTRAS_MENU:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Children:
Label@EXTRAS_MENU_TITLE:
X: 0
Y: 20
Width: 200
Height: 30
Text: Extras
Align: Center
Font: Bold
Button@REPLAYS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 60
Width: 140
Height: 30
Text: Replays
Font: Bold
Button@MUSIC_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 100
Width: 140
Height: 30
Text: Music
Font: Bold
Button@MAP_EDITOR_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 140
Width: 140
Height: 30
Text: Map Editor
Font: Bold
Button@ASSETBROWSER_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 180
Width: 140
Height: 30
Text: Asset Browser
Font: Bold
Button@CREDITS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 220
Width: 140
Height: 30
Text: Credits
Font: Bold
Button@BACK_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Key: escape
Y: 260
Width: 140
Height: 30
Text: Back
Font: Bold
Background@MAP_EDITOR_MENU:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Children:
Label@MAP_EDITOR_MENU_TITLE:
X: 0
Y: 20
Width: 200
Height: 30
Text: Map Editor
Align: Center
Font: Bold
Button@NEW_MAP_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 60
Width: 140
Height: 30
Text: New Map
Font: Bold
Button@LOAD_MAP_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Y: 100
Width: 140
Height: 30
Text: Load Map
Font: Bold
Button@BACK_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2
Key: escape
Y: 260
Width: 140
Height: 30
Text: Back
Font: Bold
Background@NEWS_BG:
X: (WINDOW_RIGHT - WIDTH)/2
Y: 35
Width: 400
Height: 55
Children:
DropDownButton@NEWS_BUTTON:
X: 15
Y: 15
Width: 370
Height: 25
Text: Battlefield News
Font: Bold
Label@NEWS_STATUS:
X: 80
Y: 0
Width: PARENT_RIGHT - 80 - 80 - 24
Height: PARENT_BOTTOM
Align: Center
VAlign: Middle
Container@PERFORMANCE_INFO:
Logic: PerfDebugLogic
Children:
Label@PERF_TEXT:
X: 30
Y: WINDOW_BOTTOM - 70
Width: 170
Height: 40
Contrast: true
Background@GRAPH_BG:
ClickThrough: true
Background: dialog4
X: WINDOW_RIGHT - 240
Y: WINDOW_BOTTOM - 240
Width: 210
Height: 210
Children:
PerfGraph@GRAPH:
X: 5
Y: 5
Width: 200
Height: 200