Introduced new logo
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4018 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
2be54c50e4
commit
858c3bc88a
@ -2,6 +2,8 @@ All images in this directory come from the Tango icon project are Public Domain
|
||||
|
||||
Except :
|
||||
|
||||
Logo and Logo_slim : under CC-BY-SA 3.0+ by 'rastapax'
|
||||
|
||||
background in glass skin : under CC-BY-SA by 'elisee'
|
||||
|
||||
difficulty_*.png, released under Creative-Commons BY-SA 3, By Constantin Pelikan
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<div x="5%" y="2%" width="90%" height="96%" layout="vertical-row" >
|
||||
|
||||
<icon id="logo" align="center" proportion="4" width="100%" icon="gui/logo.png"/>
|
||||
<icon id="logo" align="center" proportion="4" width="100%" icon="gui/logo_slim.png"/>
|
||||
|
||||
<label I18N="Title in credits screen" text="Credits" width="100%" />
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 127 KiB |
BIN
data/gui/logo_slim.png
Normal file
BIN
data/gui/logo_slim.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
@ -1,12 +1,10 @@
|
||||
<stkgui>
|
||||
|
||||
<div x="5%" y="2%" width="90%" height="96%" layout="vertical-row" >
|
||||
<div x="5%" y="0" width="90%" height="98%" layout="vertical-row" >
|
||||
|
||||
<icon id="logo" align="center" proportion="3" width="100%" icon="gui/logo.png"/>
|
||||
<icon id="logo" align="center" proportion="8" width="100%" icon="gui/logo.png"/>
|
||||
|
||||
<spacer proportion="1" width="10"/>
|
||||
|
||||
<buttonbar id="menu_toprow" proportion="2" width="75%" align="center">
|
||||
<buttonbar id="menu_toprow" proportion="3" width="75%" align="center">
|
||||
<icon-button id="new" width="128" height="128" icon="gui/main_race.png"
|
||||
I18N="Main menu button" text="Race"/>
|
||||
<icon-button id="network" width="128" height="128" icon="gui/main_network.png"
|
||||
@ -18,7 +16,7 @@
|
||||
|
||||
<spacer width="10" proportion="1"/>
|
||||
|
||||
<buttonbar id="menu_bottomrow" proportion="2" width="85%" align="center">
|
||||
<buttonbar id="menu_bottomrow" proportion="3" width="85%" align="center">
|
||||
<icon-button id="options" width="128" height="128" icon="gui/main_options.png"
|
||||
I18N="Main menu button" text="Options"/>
|
||||
<icon-button id="help" width="128" height="128" icon="gui/main_help.png"
|
||||
|
Loading…
Reference in New Issue
Block a user