added a different type of seleection for karts and tracks
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3380 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
BIN
data/gui/glass_square_focused.png
Normal file
BIN
data/gui/glass_square_focused.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
@@ -9,7 +9,7 @@
|
||||
<model id="modelview" width="40%" proportion="3" align="center"/>
|
||||
<label width="100%" height="25" text="Wilber" align="center" text_align="center" />
|
||||
|
||||
<ribbon_grid id="karts" proportion="2" width="100%" align="center" child_width="80" child_height="80"/>
|
||||
<ribbon_grid id="karts" proportion="2" square_items="true" width="100%" align="center" child_width="80" child_height="80"/>
|
||||
|
||||
<tabs width="100%" height="25" id="kartgroups">
|
||||
<button text="Standard"/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<label width="100%" height="25" text="Grand Prix" align="center" text_align="center" />
|
||||
|
||||
<buttonbar id="gps" height="175" width="100%" align="center">
|
||||
<buttonbar id="gps" height="175" width="100%" align="center" square_items="true">
|
||||
<icon-button id="gp1" width="171" height="128" icon="gui/track1.png" text="Penguin Playground"/>
|
||||
<icon-button id="gp2" width="171" height="128" icon="gui/track2.png" text="Snag Drive"/>
|
||||
<icon-button id="gp3" width="171" height="128" icon="gui/track3.png" text="To the Moon and Back"/>
|
||||
@@ -11,8 +11,7 @@
|
||||
|
||||
<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" />
|
||||
|
||||
<ribbon_grid id="tracks" proportion="1" width="100%" square_items="true" text="-" align="center" child_width="160" child_height="120" />
|
||||
|
||||
<tabs width="100%" height="25" id="trackgroups">
|
||||
<button text="Standard"/>
|
||||
|
||||
Reference in New Issue
Block a user