2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-08-15 19:57:23 -04:00
|
|
|
<stkgui>
|
2018-09-12 19:31:30 -04:00
|
|
|
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
2018-09-02 16:53:06 -04:00
|
|
|
<header id="title" width="100%" text_align="center" text="Paused" proportion="2" />
|
2010-08-15 19:57:23 -04:00
|
|
|
|
2019-01-07 17:42:40 -05:00
|
|
|
<spacer width="20" height="2%" />
|
2010-08-15 19:57:23 -04:00
|
|
|
|
2019-01-07 17:42:40 -05:00
|
|
|
<buttonbar id="backbtnribbon" proportion="4" width="100%" align="center">
|
|
|
|
<icon-button id="backbtn" width="128" height="128" align="center" icon="gui/icons/back.png"
|
2021-05-07 22:24:36 -04:00
|
|
|
extend_label="200" I18N="Race paused button" raw_text="Text"/>
|
2019-12-28 18:04:45 -05:00
|
|
|
<icon-button id="touch_device" width="128" height="128" align="center" icon="gui/icons/android/gyroscope_icon.png"
|
|
|
|
extend_label="200" I18N="Race paused button" text="Gyroscope"/>
|
2019-01-07 17:42:40 -05:00
|
|
|
</buttonbar>
|
|
|
|
|
|
|
|
<spacer width="20" height="8%" />
|
2010-08-15 19:57:23 -04:00
|
|
|
|
|
|
|
<buttonbar id="choiceribbon" proportion="4" width="100%" align="center">
|
2012-04-07 17:58:11 -04:00
|
|
|
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="newrace" width="128" height="128" icon="gui/icons/main_race.png"
|
2021-05-07 22:24:36 -04:00
|
|
|
I18N="Race paused button" raw_text="Text" word_wrap="true"/>
|
2012-04-07 17:58:11 -04:00
|
|
|
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="restart" width="128" height="128" icon="gui/icons/restart.png"
|
2021-05-07 22:24:36 -04:00
|
|
|
I18N="Race paused button" raw_text="Text" word_wrap="true"/>
|
2012-04-07 17:58:11 -04:00
|
|
|
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="endrace" width="128" height="128" icon="gui/icons/race_giveup.png"
|
2012-05-07 21:00:32 -04:00
|
|
|
I18N="Race paused button" text="Give Up Race" word_wrap="true"/>
|
2012-04-07 17:58:11 -04:00
|
|
|
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="options" width="128" height="128" icon="gui/icons/main_options.png"
|
2010-09-12 22:07:51 -04:00
|
|
|
I18N="Race paused button" text="Options" word_wrap="true"/>
|
2012-04-07 17:58:11 -04:00
|
|
|
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="help" width="128" height="128" icon="gui/icons/main_help.png"
|
2010-09-12 22:07:51 -04:00
|
|
|
I18N="Race paused button" text="Help" word_wrap="true"/>
|
2012-04-07 17:58:11 -04:00
|
|
|
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="exit" width="128" height="128" icon="gui/icons/main_quit.png"
|
2021-05-07 22:24:36 -04:00
|
|
|
I18N="Race paused button" raw_text="Text" word_wrap="true"/>
|
2012-04-07 17:58:11 -04:00
|
|
|
|
2010-08-15 19:57:23 -04:00
|
|
|
</buttonbar>
|
2012-04-07 17:58:11 -04:00
|
|
|
|
2019-06-26 10:06:23 -04:00
|
|
|
<spacer width="20" height="5%" />
|
2010-08-15 19:57:23 -04:00
|
|
|
</div>
|
2012-04-07 17:58:11 -04:00
|
|
|
</stkgui>
|