2016-02-12 12:34:00 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
|
|
|
<div x="0%" y="1%" width="100%" height="98%" layout="vertical-row" >
|
|
|
|
|
|
|
|
<div x="0" y="0" width="100%" layout="horizontal-row" height="8%">
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="back" height="100%" icon="gui/icons/back.png"/>
|
2016-03-20 04:23:49 -04:00
|
|
|
<header text_align="center" proportion="1" I18N="In the ghost replay selection screen" text="Ghost Replay Selection" align="center"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="reload" height="90%" icon="gui/icons/restart.png"/>
|
2016-02-12 12:34:00 -05:00
|
|
|
</div>
|
|
|
|
|
2018-05-13 20:51:52 -04:00
|
|
|
<!-- This is filled in programmatically -->
|
2016-02-12 12:34:00 -05:00
|
|
|
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
|
|
|
|
<list id="replay_list" x="0" y="0" width="100%" height="100%"/>
|
|
|
|
</box>
|
2016-03-20 04:23:49 -04:00
|
|
|
|
2018-10-01 16:04:49 -04:00
|
|
|
<tabs id="race_mode" height="6%" max_height="110" x="1%" width="98%" align="center">
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="tab_time_trial" width="128" height="128" icon="gui/icons/mode_tt.png"
|
2018-05-13 20:51:52 -04:00
|
|
|
I18N="In the ghost replay selection screen" text="Time trial"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="tab_egg_hunt" width="128" height="128" icon="gui/icons/mode_easter.png"
|
2018-05-13 20:51:52 -04:00
|
|
|
I18N="In the ghost replay selection screen" text="Egg hunt"/>
|
|
|
|
</tabs>
|
|
|
|
|
2018-10-01 16:04:49 -04:00
|
|
|
<spacer width="100%" height="2%" />
|
2018-05-13 20:51:52 -04:00
|
|
|
|
2018-10-01 16:04:49 -04:00
|
|
|
<div width="98%" align="center" layout="horizontal-row" height="fit">
|
|
|
|
<div width="60%" height="fit" layout="horizontal-row" >
|
2018-05-13 20:51:52 -04:00
|
|
|
<checkbox width="fit" id="best_times_toggle" text_align="left"/>
|
|
|
|
<spacer width="2%" height="fit"/>
|
|
|
|
<label height="100%" text_align="left" I18N="In the ghost replay selection screen" text="Only show the best times"/>
|
|
|
|
</div>
|
2018-10-01 16:04:49 -04:00
|
|
|
<div width="40%" height="fit" layout="horizontal-row" >
|
2018-05-13 20:51:52 -04:00
|
|
|
<checkbox width="fit" id="compare_toggle" text_align="left"/>
|
|
|
|
<spacer width="2%" height="fit"/>
|
|
|
|
<label height="100%" id="compare-toggle-text" text_align="left" I18N="In the ghost replay selection screen" text="Compare replay"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-10-01 16:04:49 -04:00
|
|
|
<div width="98%" align="center" layout="horizontal-row" height="fit">
|
|
|
|
<div width="60%" height="fit" layout="horizontal-row" >
|
2016-04-22 11:07:45 -04:00
|
|
|
<checkbox width="fit" id="replay_difficulty_toggle" text_align="left"/>
|
2018-08-24 19:34:42 -04:00
|
|
|
<spacer width="2%" height="fit"/>
|
2018-05-13 20:51:52 -04:00
|
|
|
<label height="100%" text_align="left" I18N="In the ghost replay selection screen" text="Only show replays matching the current difficulty"/>
|
2016-04-22 11:07:45 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-05-13 20:51:52 -04:00
|
|
|
|
2018-10-01 16:04:49 -04:00
|
|
|
<div width="98%" align="center" layout="horizontal-row" height="fit">
|
|
|
|
<div width="60%" height="fit" layout="horizontal-row" >
|
2018-05-13 20:51:52 -04:00
|
|
|
<checkbox width="fit" id="replay_version_toggle" text_align="left"/>
|
2018-10-01 16:04:49 -04:00
|
|
|
<spacer width="2%" height="fit" />
|
2018-05-13 20:51:52 -04:00
|
|
|
<label height="100%" text_align="left" I18N="In the ghost replay selection screen" text="Only show replays matching the current version"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-10-01 16:04:49 -04:00
|
|
|
<div width="98%" align="center" layout="horizontal-row" height="fit">
|
|
|
|
<div width="60%" height="fit" layout="horizontal-row" >
|
|
|
|
<checkbox width="fit" id="replay_multiplayer_toggle" text_align="left"/>
|
|
|
|
<spacer width="2%" height="fit"/>
|
|
|
|
<label height="100%" text_align="left" I18N="In the ghost replay selection screen" text="Hide multiplayer replays"/>
|
|
|
|
</div>
|
|
|
|
<div width="40%" height="fit" layout="horizontal-row" >
|
|
|
|
<spacer proportion="1" height="5"/>
|
|
|
|
<button width="fit" id="record-ghost" I18N="In the ghost replay selection screen" text="Record a ghost replay"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-04-22 11:07:45 -04:00
|
|
|
|
2016-02-12 12:34:00 -05:00
|
|
|
</div>
|
|
|
|
</stkgui>
|