Version display in CEGUI
parent
4daf9ce3cd
commit
e63d022b62
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" ?>
|
||||
<Font version="3" type="FreeType" name="dvu_sans-7" resourceGroup="ttf" filename="dvu_sans.ttf" size="7" autoScaled="vertical" nativeHorzRes="1024" nativeVertRes="768" />
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" ?>
|
||||
<Font version="3" type="FreeType" name="dvu_sans-9" resourceGroup="ttf" filename="dvu_sans.ttf" size="9" autoScaled="vertical" nativeHorzRes="1024" nativeVertRes="768" />
|
|
@ -62,11 +62,5 @@
|
|||
</Window>
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticText" name="website_label">
|
||||
<Property name="Area" value="{{0.4,0},{0.920833333, 0},{0.6,0},{0.945833333,0}}" />
|
||||
<Property name="Background" value="ColobotButton2/SomeBar4" />
|
||||
<Property name="Text" value="colobot.info" />
|
||||
</Window>
|
||||
</Window>
|
||||
</GUILayout>
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" ?>
|
||||
<GUILayout version="4">
|
||||
<Window type="DefaultWindow" name="mainmenu_root">
|
||||
<Window type="Colobot/StaticText" name="website_label">
|
||||
<Property name="Area" value="{{0.4,0},{0.920833333,0},{0.6,0},{0.945833333,0}}" />
|
||||
<Property name="Background" value="ColobotButton2/SomeBar4" />
|
||||
<Property name="Text" value="colobot.info" />
|
||||
<Property name="Font" value="dvu_sans-9" />
|
||||
</Window>
|
||||
<Window type="Colobot/StaticText" name="version_label">
|
||||
<Property name="Area" value="{{0.84375,0},{0.93125,0},{0.984375,0},{0.98125,0}}" />
|
||||
<Property name="Font" value="dvu_sans-7" />
|
||||
</Window>
|
||||
</Window>
|
||||
</GUILayout>
|
|
@ -26,11 +26,5 @@
|
|||
</Window>
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticText" name="website_label">
|
||||
<Property name="Area" value="{{0.4,0},{0.920833333, 0},{0.6,0},{0.945833333,0}}" />
|
||||
<Property name="Background" value="ColobotButton2/SomeBar4" />
|
||||
<Property name="Text" value="colobot.info" />
|
||||
</Window>
|
||||
</Window>
|
||||
</GUILayout>
|
||||
|
|
|
@ -78,11 +78,5 @@
|
|||
</Window>
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticText" name="website_label">
|
||||
<Property name="Area" value="{{0.4,0},{0.920833333, 0},{0.6,0},{0.945833333,0}}" />
|
||||
<Property name="Background" value="ColobotButton2/SomeBar4" />
|
||||
<Property name="Text" value="colobot.info" />
|
||||
</Window>
|
||||
</Window>
|
||||
</GUILayout>
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
<ImagesetFromImage resourceGroup="textures" name="ColobotSplash/Splash1" filename="ppc.png" />
|
||||
<ImagesetFromImage resourceGroup="textures" name="ColobotSplash/Splash2" filename="splash1.png" />
|
||||
|
||||
<Font filename="dvu_sans-10.font" />
|
||||
<Font filename="dvu_sans-11.font" />
|
||||
<Font filename="dvu_sans-9.font" />
|
||||
<Font filename="dvu_sans-7.font" />
|
||||
<LookNFeel filename="colobot.looknfeel" />
|
||||
<WindowRendererSet filename="CEGUICoreWindowRendererSet" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue