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:
59
mods/cnc/chrome/multiplayer-directconnect.yaml
Normal file
59
mods/cnc/chrome/multiplayer-directconnect.yaml
Normal file
@@ -0,0 +1,59 @@
|
||||
Container@DIRECTCONNECT_PANEL:
|
||||
Logic: DirectConnectLogic
|
||||
X: (WINDOW_WIDTH - WIDTH) / 2
|
||||
Y: (WINDOW_HEIGHT - 90) / 2
|
||||
Width: 370
|
||||
Height: 125
|
||||
Children:
|
||||
Label@DIRECTCONNECT_LABEL_TITLE:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 25
|
||||
Y: 0 - 34
|
||||
Font: BigBold
|
||||
Contrast: true
|
||||
Align: Center
|
||||
Text: label-directconnect-panel-title
|
||||
Background@bg:
|
||||
Width: 370
|
||||
Height: 90
|
||||
Background: panel-black
|
||||
Children:
|
||||
Label@ADDRESS_LABEL:
|
||||
X: 20
|
||||
Y: 14
|
||||
Width: 125
|
||||
Height: 25
|
||||
Align: Right
|
||||
Text: label-bg-address
|
||||
TextField@IP:
|
||||
X: 150
|
||||
Y: 15
|
||||
Width: 200
|
||||
Height: 25
|
||||
Label@PORT_LABEL:
|
||||
X: 50
|
||||
Y: 49
|
||||
Width: 95
|
||||
Height: 25
|
||||
Align: Right
|
||||
Text: label-bg-port
|
||||
TextField@PORT:
|
||||
X: 150
|
||||
Y: 50
|
||||
Width: 200
|
||||
Height: 25
|
||||
Type: Integer
|
||||
Button@BACK_BUTTON:
|
||||
Key: escape
|
||||
X: 0
|
||||
Y: 89
|
||||
Width: 140
|
||||
Height: 35
|
||||
Text: button-cancel
|
||||
Button@JOIN_BUTTON:
|
||||
Key: return
|
||||
X: 230
|
||||
Y: 89
|
||||
Width: 140
|
||||
Height: 35
|
||||
Text: button-directconnect-panel-join
|
||||
Reference in New Issue
Block a user