2018-03-19 14:54:10 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
|
|
|
<div x="2%" y="5%" width="96%" height="85%" layout="vertical-row" >
|
|
|
|
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
|
|
|
|
I18N="Splitscreen player in network" text="Add player"/>
|
|
|
|
|
|
|
|
<spacer height="20" width="50"/>
|
|
|
|
|
|
|
|
<div width="80%" align="center" layout="vertical-row" height="fit" >
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2018-03-22 00:52:37 -04:00
|
|
|
<label id="name-text" proportion="1" text_align="left" I18N="Splitscreen player in network" text="Name"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
<spinner id="name-spinner" width="50%" align="center" wrap_around="true" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer height="20" width="50"/>
|
|
|
|
|
2018-03-22 00:52:37 -04:00
|
|
|
<div id="handicap-row" width="80%" align="center" layout="vertical-row" height="fit" >
|
2018-03-19 14:54:10 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2018-03-22 00:52:37 -04:00
|
|
|
<label id="handicap-text" proportion="1" text_align="left" I18N="Splitscreen player in network" text="Handicap"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
<checkbox id="handicap" align="center" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer height="20" width="50"/>
|
|
|
|
<div width="80%" align="center" layout="vertical-row" height="fit" >
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2018-03-20 02:56:17 -04:00
|
|
|
<label id="message-label" proportion="1" text_align="left" I18N="Splitscreen player in network"
|
|
|
|
text="Press the 'All players ready' button after the player list is ready."/>
|
2018-03-19 14:54:10 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer height="20" width="50"/>
|
|
|
|
|
|
|
|
<buttonbar id="options" width="90%" height="20%" align="center">
|
|
|
|
<icon-button id="add" width="64" height="64" icon="gui/blue_plus.png"
|
2018-03-20 02:56:17 -04:00
|
|
|
I18N="Splitscreen player in network" text="Add player" label_location="bottom"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
<icon-button id="connect" width="64" height="64" icon="gui/green_check.png"
|
2018-03-20 02:56:17 -04:00
|
|
|
I18N="Splitscreen player in network" text="All players ready" label_location="bottom"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
<icon-button id="cancel" width="64" height="64" icon="gui/main_quit.png"
|
|
|
|
I18N="Splitscreen player in network" text="Cancel" label_location="bottom"/>
|
2018-03-20 02:56:17 -04:00
|
|
|
<icon-button id="reset" width="64" height="64" icon="gui/remove.png"
|
|
|
|
I18N="Splitscreen player in network" text="Clear added player" label_location="bottom"/>
|
2018-03-19 14:54:10 -04:00
|
|
|
</buttonbar>
|
|
|
|
</div>
|
|
|
|
</stkgui>
|