stk-code_catmod/data/gui/tracks.stkgui
auria f5ced788ac Game menu now shows up :) Input is not yet handled, so not yet usable. Some dummy placeholder datafiles included for the sake of having something testable
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3261 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-15 01:34:21 +00:00

26 lines
1.0 KiB
Plaintext

<div x="5%" y="1%" width="90%" height="99%" layout="vertical-row" >
<label width="100%" height="25" text="Grand Prix" align="center" text_align="center" />
<buttonbar id="gps" height="175" width="100%" align="center">
<icon-button id="gp1" width="171" height="128" icon="track1.png" text="Penguin Playground"/>
<icon-button id="gp2" width="171" height="128" icon="track2.png" text="Snag Drive"/>
<icon-button id="gp3" width="171" height="128" icon="track3.png" text="To the Moon and Back"/>
<icon-button id="gp4" width="171" height="128" icon="track4.png" text="At World's End"/>
</buttonbar>
<label width="100%" height="25" text="All Tracks" align="center" text_align="center" />
<ribbon_grid id="tracks" proportion="1" width="100%" text="-" align="center" child_width="160" child_height="120" />
<tabs width="100%" height="25" id="trackgroups">
<button text="Standard"/>
<button text="Add-Ons"/>
<button text="All"/>
</tabs>
</div>