Give the race setup screen a background box and added a text for difficulty.
This commit is contained in:
parent
2a5591ad1f
commit
4ba8e85169
@ -4,26 +4,30 @@
|
|||||||
|
|
||||||
<header width="80%" text="Race Setup" align="center" text_align="center" />
|
<header width="80%" text="Race Setup" align="center" text_align="center" />
|
||||||
|
|
||||||
<spacer proportion="1" width="25"/>
|
<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="65%" align="center">
|
<ribbon id="difficulty" height="135" width="100%" align="center">
|
||||||
<icon-button id="novice" width="128" height="128" icon="gui/difficulty_easy.png"
|
<icon-button id="novice" width="128" height="128" icon="gui/difficulty_easy.png"
|
||||||
I18N="Difficulty" text="Novice"/>
|
I18N="Difficulty" text="Novice"/>
|
||||||
<icon-button id="intermediate" width="128" height="128" icon="gui/difficulty_medium.png"
|
<icon-button id="intermediate" width="128" height="128" icon="gui/difficulty_medium.png"
|
||||||
I18N="Difficulty" text="Intermediate"/>
|
I18N="Difficulty" text="Intermediate"/>
|
||||||
<icon-button id="expert" width="128" height="128" icon="gui/difficulty_hard.png"
|
<icon-button id="expert" width="128" height="128" icon="gui/difficulty_hard.png"
|
||||||
I18N="Difficulty" text="Expert"/>
|
I18N="Difficulty" text="Expert"/>
|
||||||
<icon-button id="best" width="128" height="128" icon="gui/difficulty_best.png"
|
<icon-button id="best" width="128" height="128" icon="gui/difficulty_best.png"
|
||||||
I18N="Difficulty" text="SuperTux"/>
|
I18N="Difficulty" text="SuperTux"/>
|
||||||
</ribbon>
|
</ribbon>
|
||||||
|
</box>
|
||||||
|
<spacer height="5%"" width="25"/>
|
||||||
|
|
||||||
<spacer proportion="1" 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" />
|
||||||
|
|
||||||
<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" />
|
||||||
<scrollable_toolbar id="gamemode" height="135" width="85%" label_location="bottom" align="center"
|
<spacer proportion="1" width="25" />
|
||||||
child_width="135" child_height="135" />
|
</box>
|
||||||
<spacer proportion="1" width="25" />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user