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:
121
mods/common/chrome/confirmation-dialogs.yaml
Normal file
121
mods/common/chrome/confirmation-dialogs.yaml
Normal file
@@ -0,0 +1,121 @@
|
||||
Background@THREEBUTTON_PROMPT:
|
||||
X: (WINDOW_WIDTH - WIDTH) / 2
|
||||
Y: (WINDOW_HEIGHT - 90) / 2
|
||||
Width: 600
|
||||
Height: 110
|
||||
Children:
|
||||
Label@PROMPT_TITLE:
|
||||
Width: PARENT_WIDTH
|
||||
Y: 21
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Label@PROMPT_TEXT:
|
||||
X: 15
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH - 30
|
||||
Height: 20
|
||||
Align: Center
|
||||
Button@CONFIRM_BUTTON:
|
||||
X: 20
|
||||
Y: PARENT_HEIGHT - 45
|
||||
Width: 160
|
||||
Height: 25
|
||||
Text: button-prompt-confirm
|
||||
Font: Bold
|
||||
Key: return
|
||||
Visible: false
|
||||
Button@OTHER_BUTTON:
|
||||
X: PARENT_WIDTH - 380
|
||||
Y: PARENT_HEIGHT - 45
|
||||
Width: 160
|
||||
Height: 25
|
||||
Text: button-prompt-other
|
||||
Font: Bold
|
||||
Visible: false
|
||||
Button@CANCEL_BUTTON:
|
||||
X: PARENT_WIDTH - 180
|
||||
Y: PARENT_HEIGHT - 45
|
||||
Width: 160
|
||||
Height: 25
|
||||
Text: button-cancel
|
||||
Font: Bold
|
||||
Key: escape
|
||||
Visible: false
|
||||
|
||||
Background@TWOBUTTON_PROMPT:
|
||||
X: (WINDOW_WIDTH - WIDTH) / 2
|
||||
Y: (WINDOW_HEIGHT - 90) / 2
|
||||
Width: 370
|
||||
Height: 110
|
||||
Children:
|
||||
Label@PROMPT_TITLE:
|
||||
Width: PARENT_WIDTH
|
||||
Y: 21
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Label@PROMPT_TEXT:
|
||||
X: 15
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH - 30
|
||||
Height: 20
|
||||
Align: Center
|
||||
Button@CONFIRM_BUTTON:
|
||||
X: 20
|
||||
Y: PARENT_HEIGHT - 45
|
||||
Width: 160
|
||||
Height: 25
|
||||
Text: button-prompt-confirm
|
||||
Font: Bold
|
||||
Key: return
|
||||
Visible: false
|
||||
Button@CANCEL_BUTTON:
|
||||
X: PARENT_WIDTH - 180
|
||||
Y: PARENT_HEIGHT - 45
|
||||
Width: 160
|
||||
Height: 25
|
||||
Text: button-cancel
|
||||
Font: Bold
|
||||
Key: escape
|
||||
Visible: false
|
||||
|
||||
Background@TEXT_INPUT_PROMPT:
|
||||
X: (WINDOW_WIDTH - WIDTH) / 2
|
||||
Y: (WINDOW_HEIGHT - HEIGHT) / 2
|
||||
Width: 370
|
||||
Height: 175
|
||||
Children:
|
||||
Label@PROMPT_TITLE:
|
||||
Width: PARENT_WIDTH
|
||||
Y: 21
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Label@PROMPT_TEXT:
|
||||
X: 20
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH - 40
|
||||
Height: 25
|
||||
Align: Center
|
||||
TextField@INPUT_TEXT:
|
||||
X: 20
|
||||
Y: 80
|
||||
Width: PARENT_WIDTH - 40
|
||||
Height: 25
|
||||
Button@ACCEPT_BUTTON:
|
||||
X: 20
|
||||
Y: PARENT_HEIGHT - 45
|
||||
Width: 160
|
||||
Height: 25
|
||||
Text: button-text-input-prompt-accept
|
||||
Font: Bold
|
||||
Key: return
|
||||
Button@CANCEL_BUTTON:
|
||||
X: PARENT_WIDTH - 180
|
||||
Y: PARENT_HEIGHT - 45
|
||||
Width: 160
|
||||
Height: 25
|
||||
Text: button-cancel
|
||||
Font: Bold
|
||||
Key: escape
|
||||
Reference in New Issue
Block a user