Reorganise the lobby chrome files.
This commit is contained in:
153
mods/cnc/chrome/lobby-kickdialogs.yaml
Normal file
153
mods/cnc/chrome/lobby-kickdialogs.yaml
Normal file
@@ -0,0 +1,153 @@
|
||||
Background@KICK_CLIENT_DIALOG:
|
||||
X: 15
|
||||
Y: 30
|
||||
Width: 501
|
||||
Height: 219
|
||||
Logic: KickClientLogic
|
||||
Background: scrollpanel-bg
|
||||
Children:
|
||||
Label@TITLE:
|
||||
X: 0
|
||||
Y: 40
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Label@TEXTA:
|
||||
X: 0
|
||||
Y: 67
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Align: Center
|
||||
Text: You may also apply a temporary ban, preventing
|
||||
Label@TEXTB:
|
||||
X: 0
|
||||
Y: 85
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Align: Center
|
||||
Text: them from joining for the remainder of this game.
|
||||
Checkbox@PREVENT_REJOINING_CHECKBOX:
|
||||
X: (PARENT_RIGHT - WIDTH)/2
|
||||
Y: 120
|
||||
Width: 150
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Text: Temporarily Ban
|
||||
Button@OK_BUTTON:
|
||||
X: (PARENT_RIGHT - WIDTH)/2 + 75
|
||||
Y: 155
|
||||
Width: 120
|
||||
Height: 25
|
||||
Text: Kick
|
||||
Font: Bold
|
||||
Button@CANCEL_BUTTON:
|
||||
X: (PARENT_RIGHT - WIDTH)/2 - 75
|
||||
Y: 155
|
||||
Width: 120
|
||||
Height: 25
|
||||
Text: Cancel
|
||||
Font: Bold
|
||||
Background@KICK_SPECTATORS_DIALOG:
|
||||
X: 15
|
||||
Y: 30
|
||||
Width: 501
|
||||
Height: 219
|
||||
Logic: KickSpectatorsLogic
|
||||
Background: scrollpanel-bg
|
||||
Children:
|
||||
Label@TITLE:
|
||||
X: 0
|
||||
Y: 40
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Text: Kick Spectators
|
||||
Label@TEXT:
|
||||
X: 0
|
||||
Y: 85
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Align: Center
|
||||
Button@OK_BUTTON:
|
||||
X: (PARENT_RIGHT - WIDTH)/2 + 75
|
||||
Y: 155
|
||||
Width: 120
|
||||
Height: 25
|
||||
Text: Ok
|
||||
Font: Bold
|
||||
Button@CANCEL_BUTTON:
|
||||
X: (PARENT_RIGHT - WIDTH)/2 - 75
|
||||
Y: 155
|
||||
Width: 120
|
||||
Height: 25
|
||||
Text: Cancel
|
||||
Font: Bold
|
||||
Background@FORCE_START_DIALOG:
|
||||
X: 15
|
||||
Y: 30
|
||||
Width: 556
|
||||
Height: 219
|
||||
Background: scrollpanel-bg
|
||||
Children:
|
||||
Label@TITLE:
|
||||
X: 0
|
||||
Y: 40
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Text: Start Game?
|
||||
Label@TEXTA:
|
||||
X: 0
|
||||
Y: 67
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Align: Center
|
||||
Text: One or more players are not yet ready.
|
||||
Label@TEXTB:
|
||||
X: 0
|
||||
Y: 85
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Align: Center
|
||||
Text: Are you sure that you want to force start the game?
|
||||
Container@KICK_WARNING:
|
||||
Width: PARENT_RIGHT
|
||||
Children:
|
||||
Label@KICK_WARNING_A:
|
||||
X: 0
|
||||
Y: 106
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Text: One or more clients are missing the selected
|
||||
Label@KICK_WARNING_B:
|
||||
X: 0
|
||||
Y: 123
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Text: map, and will be kicked from the server.
|
||||
Button@OK_BUTTON:
|
||||
X: (PARENT_RIGHT - WIDTH)/2 + 75
|
||||
Y: 155
|
||||
Width: 120
|
||||
Height: 25
|
||||
Text: Start
|
||||
Font: Bold
|
||||
Button@CANCEL_BUTTON:
|
||||
X: (PARENT_RIGHT - WIDTH)/2 - 75
|
||||
Y: 155
|
||||
Width: 120
|
||||
Height: 25
|
||||
Text: Cancel
|
||||
Font: Bold
|
||||
Reference in New Issue
Block a user