2016-02-12 12:34:00 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
2019-10-24 16:24:20 -04:00
|
|
|
<div x="1%" y="0" width="98%" layout="horizontal-row" height="9%">
|
2019-11-08 03:24:58 -05:00
|
|
|
<icon-button id="back" height="100%" x="0%" icon="gui/icons/back.png"/>
|
2019-10-05 17:03:04 -04:00
|
|
|
<spacer proportion="1" height="5"/>
|
2019-11-08 03:24:58 -05:00
|
|
|
<icon-button id="reload" y="5%" height="90%" x="0%" icon="gui/icons/restart.png"/>
|
2019-10-05 17:03:04 -04:00
|
|
|
</div>
|
2016-02-12 12:34:00 -05:00
|
|
|
|
2019-10-05 17:03:04 -04:00
|
|
|
<div x="0%" y="1%" width="100%" height="98%" layout="vertical-row" >
|
|
|
|
<header width="80%" height="8%" align="center" text_align="center" I18N="In the ghost replay selection screen" text="Ghost Replay Selection"/>
|
|
|
|
<spacer width="100%" height="1%"/>
|
2016-02-12 12:34:00 -05:00
|
|
|
|
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">
|
2018-12-15 02:21:53 -05:00
|
|
|
<list id="replay_list" x="0" y="0" width="100%" height="100%" alternate_bg="true"/>
|
2016-02-12 12:34:00 -05:00
|
|
|
</box>
|
2016-03-20 04:23:49 -04:00
|
|
|
|
2019-07-17 14:12:10 -04:00
|
|
|
<tabs id="race_mode" height="6%" 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>
|