bd36a57164
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10357 178a84e3-b1eb-0310-8ba1-8eac791a3b58
19 lines
520 B
Plaintext
19 lines
520 B
Plaintext
<stkgui>
|
|
|
|
<div x="2%" y="2%" width="96%" height="97%" layout="vertical-row" >
|
|
|
|
<header text_align="center" width="80%" align="center" text="Select a Player"/>
|
|
<spacer height="15" width="10"/>
|
|
|
|
<list id="gameslots" proportion="5" width="75%" align="center"/>
|
|
<spacer width="20" height="25"/>
|
|
|
|
<button id="creategame" x="20"
|
|
I18N="In story mode 'select a game slot' menu"
|
|
text="Create a new player" align="center"/>
|
|
|
|
<spacer width="20" height="15"/>
|
|
</div>
|
|
|
|
</stkgui>
|