2014-08-24 20:40:37 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
2019-10-24 16:24:20 -04:00
|
|
|
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
2014-08-24 20:40:37 -04:00
|
|
|
|
2019-10-05 17:03:04 -04:00
|
|
|
<div x="2%" y="1%" width="96%" height="98%" layout="vertical-row">
|
|
|
|
<header id="name" height="8%" width="80%" align="center" text_align="center"/>
|
|
|
|
<spacer width="1" height="1%"/>
|
2014-08-24 20:40:37 -04:00
|
|
|
|
2019-09-25 22:12:24 -04:00
|
|
|
<div width="100%" height="91%" layout="horizontal-row">
|
|
|
|
|
2018-09-21 21:31:07 -04:00
|
|
|
<!-- Left pane -->
|
2019-05-15 16:37:56 -04:00
|
|
|
<div width="68%" height="100%" layout="vertical-row">
|
2019-09-25 22:12:24 -04:00
|
|
|
<box width="100%" height="49%" padding="10" layout="vertical-row">
|
2018-09-21 21:31:07 -04:00
|
|
|
<label id="highscores" width="100%" text_align="center" text="= Highscores ="/>
|
2019-05-15 16:27:29 -04:00
|
|
|
<spacer width="1" height="1%"/>
|
|
|
|
<list id="highscore_entries" x="0" y="0" width="100%" proportion="1"/>
|
2018-09-21 21:31:07 -04:00
|
|
|
</box><!-- Highscores box -->
|
|
|
|
|
|
|
|
<spacer width="1" height="2%"/>
|
|
|
|
<!-- Race options box -->
|
2019-09-25 22:12:24 -04:00
|
|
|
<box width="100%" height="47%" layout="vertical-row" id="race-options-box">
|
2019-01-02 20:29:53 -05:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" id="target-type-div">
|
|
|
|
<div proportion="3" height="fit" layout="horizontal-row">
|
|
|
|
<spinner id="target-type-spinner" width="100%" align="center"
|
|
|
|
wrap_around="true" />
|
|
|
|
</div>
|
|
|
|
<spacer width="3%"/>
|
2019-02-20 19:18:02 -05:00
|
|
|
<label id="target-type-text" proportion="3" I18N="In the track info screen" text_align="left" />
|
2019-01-02 20:29:53 -05:00
|
|
|
</div>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2019-05-15 16:37:56 -04:00
|
|
|
<spacer width="1" height="1%"/>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2018-09-21 21:31:07 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row">
|
2019-01-02 20:29:53 -05:00
|
|
|
<spinner id="target-value-spinner" width="100%" min_value="1" max_value="20" align="center"
|
2018-09-21 21:31:07 -04:00
|
|
|
wrap_around="true" />
|
|
|
|
</div>
|
|
|
|
<spacer width="3%"/>
|
2019-05-15 16:37:56 -04:00
|
|
|
<label id="target-value-text" proportion="3" I18N="In the track info screen" text="Number of laps" text_align="left" align="center"/>
|
2016-02-10 11:42:33 -05:00
|
|
|
</div>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2019-05-15 16:37:56 -04:00
|
|
|
<spacer width="1" height="1%"/>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2018-09-21 21:31:07 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row">
|
|
|
|
<spinner id="ai-spinner" width="100%" min_value="1" max_value="20" align="center"
|
|
|
|
wrap_around="true" />
|
|
|
|
</div>
|
|
|
|
<spacer width="3%"/>
|
2019-05-15 16:37:56 -04:00
|
|
|
<label id="ai-text" proportion="3" I18N="In the track info screen" text="Number of AI karts" text_align="left" align="center"/>
|
2018-09-21 21:31:07 -04:00
|
|
|
</div>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2019-05-15 16:37:56 -04:00
|
|
|
<spacer width="1" height="1%"/>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2019-09-23 09:59:17 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" id="ai-blue-div">
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row">
|
|
|
|
<spinner id="ai-blue-spinner" width="100%" min_value="1" max_value="20" align="center"
|
|
|
|
wrap_around="true" />
|
|
|
|
</div>
|
|
|
|
<spacer width="3%"/>
|
|
|
|
<label id="ai-blue-text" proportion="3" I18N="In the track info screen" text="Number of blue team AI karts" text_align="left" align="center"/>
|
|
|
|
</div>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2019-09-23 09:59:17 -04:00
|
|
|
<spacer width="1" height="1%"/>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2018-09-21 21:31:07 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row">
|
|
|
|
<div width="100%" height="fit" text-align="center" layout="vertical-row" >
|
|
|
|
<checkbox id="option" align="center"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<spacer width="3%"/>
|
2019-05-15 16:37:56 -04:00
|
|
|
<label id="option-text" proportion="3" I18N="In the track info screen" text_align="left" align="center"/>
|
2018-09-21 21:31:07 -04:00
|
|
|
</div>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2019-05-15 16:37:56 -04:00
|
|
|
<spacer width="1" height="1%"/>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2018-09-21 21:31:07 -04:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
|
|
|
<div proportion="1" height="fit" layout="horizontal-row">
|
|
|
|
<div width="100%" height="fit" text-align="center" layout="vertical-row" >
|
|
|
|
<checkbox id="record" align="center"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<spacer width="3%"/>
|
2019-05-15 16:37:56 -04:00
|
|
|
<label id="record-race-text" proportion="3" I18N="In the track info screen" text="Record the race for ghost replay" text_align="left" align="center"/>
|
2018-09-21 21:31:07 -04:00
|
|
|
</div>
|
|
|
|
</box><!-- Race options box -->
|
2019-09-25 22:12:24 -04:00
|
|
|
|
|
|
|
<spacer width="1" height="2%"/>
|
|
|
|
|
2016-02-10 11:42:33 -05:00
|
|
|
</div>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
|
|
|
<spacer width="2%" height="1"/>
|
|
|
|
|
|
|
|
<!-- Right pane -->
|
|
|
|
<div width="30%" height="100%" layout="vertical-row">
|
|
|
|
<icon-button width="100%" height="38%" id="screenshot" custom_ratio="1.33333"/>
|
|
|
|
|
|
|
|
<spacer width="1" height="2%"/>
|
|
|
|
|
|
|
|
<!-- Misc. info box -->
|
|
|
|
<box width="100%" height="37%" padding="10" layout="vertical-row">
|
|
|
|
<spacer width="1" height="20%"/>
|
|
|
|
<label id="author" width="100%" height="30%" text_align="center" word_wrap="true"/>
|
|
|
|
<spacer width="1" height="10%"/>
|
|
|
|
<label id="max-arena-players" width="100%" height="30%" text_align="center" word_wrap="true"/>
|
|
|
|
<spacer width="1" height="20%"/>
|
|
|
|
</box>
|
|
|
|
|
2019-11-07 15:33:58 -05:00
|
|
|
<spacer width="1" height="1%"/>
|
2019-09-25 22:12:24 -04:00
|
|
|
|
2019-11-07 15:33:58 -05:00
|
|
|
<buttonbar id="buttons" height="20%" width="100%" align="center">
|
2019-09-25 22:12:24 -04:00
|
|
|
<icon-button id="start" width="64" height="64" icon="gui/icons/green_check.png"
|
|
|
|
I18N="In the track info screen" text="Start Race"/>
|
|
|
|
</buttonbar>
|
|
|
|
</div>
|
|
|
|
|
2018-09-21 21:31:07 -04:00
|
|
|
</div>
|
|
|
|
|
2016-02-10 11:42:33 -05:00
|
|
|
<spacer width="1" height="1%"/>
|
2018-09-21 21:31:07 -04:00
|
|
|
|
2014-08-24 20:40:37 -04:00
|
|
|
</div>
|
|
|
|
</stkgui>
|