forked from mirrors/0ad
Adds Alpha number and name to main menu. Fixes #955.
Inverts (i)nfo button sprites. Shrinks tooltip box so it doesn't obstruct the background. This was SVN commit r10278.
This commit is contained in:
@@ -183,13 +183,13 @@
|
||||
</sprite>
|
||||
|
||||
<sprite name="iconInfo">
|
||||
<image texture="global/icon/info_black.dds"
|
||||
<image texture="global/icon/info_white.dds"
|
||||
size="0 3 100% 100%+3"
|
||||
/>
|
||||
</sprite>
|
||||
|
||||
<sprite name="iconInfoOver">
|
||||
<image texture="global/icon/info_white.dds"
|
||||
<image texture="global/icon/info_black.dds"
|
||||
size="0 3 100% 100%+3"
|
||||
/>
|
||||
</sprite>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
style="TranslucentPanel"
|
||||
type="text"
|
||||
hidden="true"
|
||||
size="70% 5% 100% 30%"
|
||||
size="70% 5% 100% 15%"
|
||||
ghost="true"
|
||||
>tooltipText
|
||||
</object>
|
||||
@@ -429,7 +429,7 @@ Status: $status.
|
||||
size="8 8 100%-8 100%-36"
|
||||
ghost="true"
|
||||
>
|
||||
[font="serif-bold-18"]Alpha Version[/font]
|
||||
[font="serif-bold-18"]Alpha VII: Geronium[/font]
|
||||
|
||||
WARNING: This is an early development version of the game. Many features have not been added yet.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user