stk-code_catmod/data/gui/tutorial.stkgui
auria 7377d6739e Add uniform back buttons everywhere in a subtle location
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8078 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-03-26 23:51:49 +00:00

21 lines
767 B
Plaintext

<stkgui>
<div x="5%" y="2%" width="90%" height="96%" layout="vertical-row" >
<header I18N="Title for tutorials screen" text="Tutorial : Selection Room" text_align="center" width="100%" />
<spacer proportion="1" width="100%"/>
<list id="tutorials" proportion="5" width="75%" align="center"/>
<spacer proportion="1" width="100%"/>
<spacer width="100%" height="45"/>
</div>
<icon-button id="back" x="20" y="-40" height="64" width="128" align="left" icon="gui/screenback.png"
I18N="In the options menu, to go back to the main menu or game" text="Back to menu"/>
<button id="play" x="-200" y="-40" height="35" align="right" text="Play all"/>
</stkgui>