Added files I forgot in several previosu commits -.-

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5743 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-08-15 23:57:23 +00:00
parent b7fe74141e
commit d812bc4289
3 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<stkgui>
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
<label id="title" width="100%" text_align="center"
I18N="In the 'add new player' dialog" text="Enter the new player's name" proportion="1" />
<spacer height="25" width="10" />
<textbox id="textfield" width="75%" I18N="In the 'add new player' dialog" align="center"/>
<spacer height="20" width="20" />
<!-- TODO: ok button? -->
<button id="cancel" I18N="When configuring input" text="Press ESC to cancel" align="center"/>
<spacer height="20" width="20" />
</div>
</stkgui>

View File

@ -0,0 +1,15 @@
<stkgui>
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
<label id="title" width="100%" text_align="center" text="Press a key" proportion="1" />
<spacer height="25" width="10" />
<button id="assignEsc" I18N="When configuring input" text="Assign to ESC key" align="center"/>
<spacer height="10" width="10" />
<button id="cancel" I18N="When configuring input" text="Press ESC to cancel" align="center"/>
</div>
</stkgui>

View File

@ -0,0 +1,36 @@
<stkgui>
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row" >
<header id="title" width="100%" text_align="center" text="Paused" proportion="3" />
<!-- FIXME: some play in proportions occur below because the text of an icon
button is added UNDER it and not within its allocated height -->
<icon-button id="backbtn" align="center" icon="gui/back.png" extend_label="200"
I18N="Race paused button" text="Back to Race" proportion="3"/>
<spacer width="20" height="50" />
<buttonbar id="choiceribbon" proportion="4" width="100%" align="center">
<icon-button id="newrace" width="128" height="128" icon="gui/main_race.png"
I18N="Race paused button" text="Setup New Race"/>
<icon-button id="restart" width="128" height="128" icon="gui/restart.png"
I18N="Race paused button" text="Restart Race"/>
<icon-button id="options" width="128" height="128" icon="gui/main_options.png"
I18N="Race paused button" text="Options"/>
<icon-button id="help" width="128" height="128" icon="gui/main_help.png"
I18N="Race paused button" text="Help"/>
<icon-button id="exit" width="128" height="128" icon="gui/main_quit.png"
I18N="Race paused button" text="Exit Race"/>
</buttonbar>
<spacer width="20" height="20" />
</div>
</stkgui>