Tutorial Screen new icon and screen definition

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6941 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
aeonphyxius 2010-12-10 01:50:08 +00:00
parent 777292a74f
commit 8a874c3fdd
2 changed files with 22 additions and 0 deletions

BIN
data/gui/tutorial.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

22
data/gui/tutorial.stkgui Normal file
View File

@ -0,0 +1,22 @@
<stkgui>
<div x="5%" y="2%" width="90%" height="96%" layout="vertical-row" >
<header I18N="Title for challenges screen" text="Tutorial : Selection Room" text_align="center" width="100%" />
<box id="animated_area" width="100%" proportion="1" layout="vertical-row">
<ribbon_grid id="tutorial" proportion="3" width="100%"
label_location="bottom" align="center" child_width="128" child_height="128" />
<spacer proportion="1" width="100%"/>
</box>
<spacer width="100%" height="45"/>
</div>
<button id="back" x="20" y="-40" height="35" align="left" text="Back to main menu"/>
</stkgui>