Add an introduction dialog for non-{DEV_VERSION} TS builds.
This commit is contained in:
55
mods/ts/chrome/mainmenu-prerelease-notification.yaml
Normal file
55
mods/ts/chrome/mainmenu-prerelease-notification.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
Background@MAINMENU_PRERELEASE_NOTIFICATION:
|
||||
Logic: PreReleaseWarningPrompt
|
||||
X: (WINDOW_RIGHT - WIDTH)/2
|
||||
Y: (WINDOW_BOTTOM - HEIGHT)/2
|
||||
Width: 520
|
||||
Height: 195
|
||||
Children:
|
||||
Label@PROMPT_TITLE:
|
||||
Width: PARENT_RIGHT
|
||||
Y: 20
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Text: Tiberian Sun developer preview
|
||||
Label@PROMPT_TEXT_A:
|
||||
X: 15
|
||||
Y: 50
|
||||
Width: PARENT_RIGHT - 30
|
||||
Height: 16
|
||||
Align: Center
|
||||
Text: This pre-alpha build of OpenRA's Tiberian Sun mod is made available
|
||||
Label@PROMPT_TEXT_B:
|
||||
X: 15
|
||||
Y: 68
|
||||
Width: PARENT_RIGHT - 30
|
||||
Height: 16
|
||||
Align: Center
|
||||
Text: for the community to follow development and as example for modders.
|
||||
Label@PROMPT_TEXT_C:
|
||||
X: 15
|
||||
Y: 104
|
||||
Width: PARENT_RIGHT - 30
|
||||
Height: 16
|
||||
Align: Center
|
||||
Text: Many features are missing or incomplete, performance has not been
|
||||
Label@PROMPT_TEXT_D:
|
||||
X: 15
|
||||
Y: 122
|
||||
Width: PARENT_RIGHT - 30
|
||||
Height: 16
|
||||
Align: Center
|
||||
Text: optimized, and balance will not be addressed until a future beta.
|
||||
Label@PROMPT_TEXT_E:
|
||||
X: 15
|
||||
Y: 140
|
||||
Width: PARENT_RIGHT - 30
|
||||
Height: 16
|
||||
Align: Center
|
||||
Button@CONTINUE_BUTTON:
|
||||
X: PARENT_RIGHT - WIDTH - 20
|
||||
Y: PARENT_BOTTOM - 45
|
||||
Width: 120
|
||||
Height: 25
|
||||
Text: I Understand
|
||||
Font: Bold
|
||||
@@ -147,6 +147,7 @@ ChromeLayout:
|
||||
ra|chrome/ingame-perf.yaml
|
||||
ts|chrome/ingame-debug.yaml
|
||||
ra|chrome/mainmenu.yaml
|
||||
ts|chrome/mainmenu-prerelease-notification.yaml
|
||||
ra|chrome/settings.yaml
|
||||
ra|chrome/credits.yaml
|
||||
ra|chrome/lobby.yaml
|
||||
|
||||
@@ -177,6 +177,7 @@ World:
|
||||
ObjectivesPanel:
|
||||
PanelName: SKIRMISH_STATS
|
||||
LoadWidgetAtGameStart:
|
||||
ShellmapRoot: MAINMENU_PRERELEASE_NOTIFICATION
|
||||
|
||||
EditorWorld:
|
||||
Inherits: ^BaseWorld
|
||||
|
||||
Reference in New Issue
Block a user