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:
39
mods/common/chrome/ingame-infoscripterror.yaml
Normal file
39
mods/common/chrome/ingame-infoscripterror.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
Container@SCRIPT_ERROR_PANEL:
|
||||
Height: PARENT_HEIGHT
|
||||
Width: PARENT_WIDTH
|
||||
Logic: ScriptErrorLogic
|
||||
Children:
|
||||
Label@DESCA:
|
||||
X: 15
|
||||
Y: 16
|
||||
Width: PARENT_WIDTH - 30
|
||||
Height: 20
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Text: label-script-error-panel-desc-a
|
||||
Label@DESCB:
|
||||
X: 15
|
||||
Y: 46
|
||||
Width: PARENT_WIDTH - 30
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Align: Center
|
||||
Text: label-script-error-panel-desc-b
|
||||
Label@DESCC:
|
||||
X: 15
|
||||
Y: 66
|
||||
Width: PARENT_WIDTH - 30
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Align: Center
|
||||
Text: label-script-error-panel-desc-c
|
||||
ScrollPanel@SCRIPT_ERROR_MESSAGE_PANEL:
|
||||
X: 20
|
||||
Y: 96
|
||||
Width: PARENT_WIDTH - 40
|
||||
Height: 300
|
||||
Children:
|
||||
Label@SCRIPT_ERROR_MESSAGE:
|
||||
X: 4
|
||||
Y: 2
|
||||
Width: PARENT_WIDTH - 32
|
||||
Reference in New Issue
Block a user