35 lines
1.7 KiB
XML
35 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<stkgui>
|
|
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
|
|
|
<header height="5%" width="80%" text="Race Setup" align="center" text_align="center" />
|
|
|
|
<spacer height="5%" width="25"/>
|
|
<box width="95%" height="40%" padding="10" layout="vertical-row">
|
|
<bright width="100%" text="Select a difficulty" align="center" text_align="left" />
|
|
|
|
<ribbon id="difficulty" height="135" width="100%" align="center">
|
|
<icon-button id="novice" width="128" height="128" icon="gui/difficulty_easy.png"
|
|
I18N="Difficulty" text="Novice"/>
|
|
<icon-button id="intermediate" width="128" height="128" icon="gui/difficulty_medium.png"
|
|
I18N="Difficulty" text="Intermediate"/>
|
|
<icon-button id="expert" width="128" height="128" icon="gui/difficulty_hard.png"
|
|
I18N="Difficulty" text="Expert"/>
|
|
<icon-button id="best" width="128" height="128" icon="gui/difficulty_best.png"
|
|
I18N="Difficulty" text="SuperTux"/>
|
|
</ribbon>
|
|
</box>
|
|
<spacer height="5%" width="25"/>
|
|
|
|
<box width="95%" height="40%" padding="10" layout="vertical-row">
|
|
<bright width="100%" text="Select a game mode" align="center" text_align="left" />
|
|
|
|
<scrollable_toolbar id="gamemode" height="135" width="85%" label_location="bottom" align="center"
|
|
child_width="135" child_height="135" />
|
|
<spacer proportion="1" width="25" />
|
|
</box>
|
|
</div>
|
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
|
</stkgui>
|