Menu windows in CEGUI
parent
43adefc6a8
commit
bc4b4e4576
|
@ -32,7 +32,16 @@
|
|||
<Image name="ButtonBgPushedB" width="104" height="12" xPos="396" yPos="116" />
|
||||
<Image name="ButtonBgPushedBR" width="12" height="12" xPos="500" yPos="116" />
|
||||
<Image name="SomeUnknownBar1" width="384" height="64" xPos="512" yPos="0" />
|
||||
<Image name="SomeUnknownBar2" width="384" height="64" xPos="512" yPos="64" />
|
||||
<Image name="TitleBar" width="384" height="64" xPos="512" yPos="64" />
|
||||
<Image name="TitleBarTL" width="12" height="12" xPos="512" yPos="64" />
|
||||
<Image name="TitleBarT" width="360" height="12" xPos="524" yPos="64" />
|
||||
<Image name="TitleBarTR" width="12" height="12" xPos="884" yPos="64" />
|
||||
<Image name="TitleBarL" width="12" height="40" xPos="512" yPos="76" />
|
||||
<Image name="TitleBarC" width="360" height="40" xPos="524" yPos="76" />
|
||||
<Image name="TitleBarR" width="12" height="40" xPos="884" yPos="76" />
|
||||
<Image name="TitleBarBL" width="12" height="12" xPos="512" yPos="116" />
|
||||
<Image name="TitleBarB" width="360" height="12" xPos="524" yPos="116" />
|
||||
<Image name="TitleBarBR" width="12" height="12" xPos="884" yPos="116" />
|
||||
<Image name="ButtonBgDisabled" width="128" height="128" xPos="896" yPos="0" />
|
||||
<Image name="ButtonBgDisabledTL" width="12" height="12" xPos="896" yPos="0" />
|
||||
<Image name="ButtonBgDisabledT" width="104" height="12" xPos="908" yPos="0" />
|
||||
|
|
|
@ -40,4 +40,6 @@
|
|||
<Image name="ProgramStep" width="128" height="128" xPos="640" yPos="384" />
|
||||
<Image name="SomeButton5" width="128" height="128" xPos="640" yPos="384" />
|
||||
<Image name="SomthingHorizontal" width="128" height="128" xPos="640" yPos="384" />
|
||||
|
||||
<Image name="Hatch" width="384" height="64" xPos="256" yPos="832" />
|
||||
</Imageset>
|
||||
|
|
|
@ -1,61 +1,65 @@
|
|||
<?xml version="1.0" ?>
|
||||
<GUILayout version="4">
|
||||
<Window type="DefaultWindow" name="mainmenu_root">
|
||||
<Window type="Colobot/StaticFrameImage" name="game_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.189167, 0},{0.6,0},{0.349167,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup2TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup2T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup2TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup2L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup2C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup2R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup2BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup2B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup2BR" />
|
||||
<Window type="Colobot/MenuWindow" name="mainmenu_window">
|
||||
<Property name="Area" value="{{0.35,0},{0.1,0},{0.65,0},{0.9,0}}" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="startgame_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
<Window type="Colobot/StaticFrameImage" name="game_group">
|
||||
<Property name="Area" value="{{0.1675,0},{0.1175, 0},{0.8325,0},{0.325,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup2TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup2T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup2TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup2L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup2C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup2R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup2BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup2B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup2BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="startgame_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="multiplayer_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
<Property name="Disabled" value="true" />
|
||||
</Window>
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="multiplayer_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
<Property name="Disabled" value="true" />
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="setup_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.557500, 0},{0.6,0},{0.717500,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup3TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup3T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup3TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup3L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup3C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup3R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup3BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup3B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup3BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="setup_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
<Window type="Colobot/StaticFrameImage" name="setup_group">
|
||||
<Property name="Area" value="{{0.1675,0},{0.5325, 0},{0.8325,0},{0.74,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup3TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup3T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup3TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup3L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup3C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup3R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup3BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup3B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup3BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="setup_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="name_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="name_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="quit_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.779167, 0},{0.6,0},{0.859167,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup4TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup4T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup4TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup4L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup4C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup4R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup4BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup4B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup4BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="quit_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.1, 0},{0.95, 0},{0.9, 0}}" />
|
||||
<Window type="Colobot/StaticFrameImage" name="quit_group">
|
||||
<Property name="Area" value="{{0.1675,0},{0.84625, 0},{0.8325,0},{0.95,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup4TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup4T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup4TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup4L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup4C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup4R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup4BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup4B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup4BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="quit_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.1, 0},{0.95, 0},{0.9, 0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
|
|
|
@ -1,28 +1,32 @@
|
|||
<?xml version="1.0" ?>
|
||||
<GUILayout version="4">
|
||||
<Window type="DefaultWindow" name="multiplayer_root">
|
||||
<Window type="Colobot/StaticText" name="nope">
|
||||
<Property name="Area" value="{{0.4,0},{0.189167, 0},{0.6,0},{0.269167,0}}" />
|
||||
<Property name="Text" value="Nope." />
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="quit_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.779167, 0},{0.6,0},{0.859167,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup4TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup4T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup4TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup4L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup4C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup4R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup4BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup4B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup4BR" />
|
||||
<Window type="Colobot/MenuWindow" name="multiplayer_window">
|
||||
<Property name="Area" value="{{0.35,0},{0.1,0},{0.65,0},{0.9,0}}" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="back_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.1, 0},{0.95, 0},{0.9, 0}}" />
|
||||
<Window type="Colobot/StaticText" name="nope">
|
||||
<Property name="Area" value="{{0.1675,0},{0.1175, 0},{0.8325,0},{0.22125,0}}" />
|
||||
<Property name="Text" value="Nope." />
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="quit_group">
|
||||
<Property name="Area" value="{{0.1675,0},{0.84625, 0},{0.8325,0},{0.95,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup4TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup4T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup4TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup4L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup4C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup4R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup4BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup4B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup4BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="back_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.1, 0},{0.95, 0},{0.9, 0}}" />
|
||||
</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" />
|
||||
|
|
|
@ -1,77 +1,81 @@
|
|||
<?xml version="1.0" ?>
|
||||
<GUILayout version="4">
|
||||
<Window type="DefaultWindow" name="startgame_root">
|
||||
<Window type="Colobot/StaticFrameImage" name="missions_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.189167, 0},{0.6,0},{0.349167,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup1TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup1T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup1TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup1L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup1C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup1R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup1BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup1B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup1BR" />
|
||||
<Window type="Colobot/MenuWindow" name="startgame_window">
|
||||
<Property name="Area" value="{{0.35,0},{0.1,0},{0.65,0},{0.9,0}}" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="missions_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
<Window type="Colobot/StaticFrameImage" name="missions_group">
|
||||
<Property name="Area" value="{{0.1675,0},{0.1175, 0},{0.8325,0},{0.325,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup1TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup1T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup1TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup1L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup1C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup1R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup1BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup1B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup1BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="missions_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="freegame_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="freegame_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="programming_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.352083, 0},{0.6,0},{0.512083,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup2TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup2T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup2TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup2L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup2C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup2R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup2BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup2B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup2BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="exercises_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
<Window type="Colobot/StaticFrameImage" name="programming_group">
|
||||
<Property name="Area" value="{{0.1675,0},{0.325, 0},{0.8325,0},{0.5325,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup2TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup2T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup2TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup2L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup2C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup2R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup2BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup2B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup2BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="exercises_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="challenges_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="challenges_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="userlvl_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.514999, 0},{0.6,0},{0.594999,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup3TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup3T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup3TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup3L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup3C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup3R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup3BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup3B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup3BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="userlvl_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.1, 0},{0.95, 0},{0.9, 0}}" />
|
||||
<Window type="Colobot/StaticFrameImage" name="userlvl_group">
|
||||
<Property name="Area" value="{{0.1675,0},{0.5325, 0},{0.8325,0},{0.63625,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup3TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup3T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup3TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup3L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup3C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup3R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup3BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup3B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup3BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="userlvl_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.1, 0},{0.95, 0},{0.9, 0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="quit_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.779167, 0},{0.6,0},{0.859167,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup4TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup4T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup4TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup4L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup4C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup4R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup4BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup4B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup4BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="back_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.1, 0},{0.95, 0},{0.9, 0}}" />
|
||||
<Window type="Colobot/StaticFrameImage" name="quit_group">
|
||||
<Property name="Area" value="{{0.1675,0},{0.84625, 0},{0.8325,0},{0.95,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup4TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup4T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup4TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup4L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup4C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup4R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup4BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup4B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup4BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="back_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.1, 0},{0.95, 0},{0.9, 0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
|
|
|
@ -587,4 +587,189 @@
|
|||
</Layer>
|
||||
</StateImagery>
|
||||
</WidgetLook>
|
||||
|
||||
<WidgetLook name="Colobot/MenuTitlebar">
|
||||
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="CaptionColour" />
|
||||
<Property name="NonClient" value="True" />
|
||||
<Property name="Size" value="{{0, 256}, {0, 32}}" />
|
||||
<ImagerySection name="normal">
|
||||
<FrameComponent>
|
||||
<Area>
|
||||
<Dim type="LeftEdge">
|
||||
<AbsoluteDim value="0" />
|
||||
</Dim>
|
||||
<Dim type="TopEdge">
|
||||
<AbsoluteDim value="0" />
|
||||
</Dim>
|
||||
<Dim type="RightEdge">
|
||||
<UnifiedDim scale="1" type="RightEdge" />
|
||||
</Dim>
|
||||
<Dim type="BottomEdge">
|
||||
<UnifiedDim scale="1" type="BottomEdge" />
|
||||
</Dim>
|
||||
</Area>
|
||||
<Image component="TopLeftCorner" name="ColobotButton1/TitleBarTL" />
|
||||
<Image component="TopEdge" name="ColobotButton1/TitleBarT" />
|
||||
<Image component="TopRightCorner" name="ColobotButton1/TitleBarTR" />
|
||||
<Image component="LeftEdge" name="ColobotButton1/TitleBarL" />
|
||||
<Image component="Background" name="ColobotButton1/TitleBarC" />
|
||||
<Image component="RightEdge" name="ColobotButton1/TitleBarR" />
|
||||
<Image component="BottomLeftCorner" name="ColobotButton1/TitleBarBL" />
|
||||
<Image component="BottomEdge" name="ColobotButton1/TitleBarB" />
|
||||
<Image component="BottomRightCorner" name="ColobotButton1/TitleBarBR" />
|
||||
</FrameComponent>
|
||||
</ImagerySection>
|
||||
<ImagerySection name="label">
|
||||
<TextComponent>
|
||||
<Area>
|
||||
<Dim type="LeftEdge">
|
||||
<AbsoluteDim value="12" />
|
||||
</Dim>
|
||||
<Dim type="TopEdge">
|
||||
<AbsoluteDim value="0" />
|
||||
</Dim>
|
||||
<Dim type="RightEdge">
|
||||
<UnifiedDim scale="1" type="RightEdge" />
|
||||
</Dim>
|
||||
<Dim type="BottomEdge">
|
||||
<UnifiedDim scale="1" type="BottomEdge" />
|
||||
</Dim>
|
||||
</Area>
|
||||
<ColourProperty name="CaptionColour" />
|
||||
<HorzFormat type="CentreAligned" />
|
||||
<VertFormat type="CentreAligned" />
|
||||
</TextComponent>
|
||||
</ImagerySection>
|
||||
<ImagerySection name="hatch1">
|
||||
<ImageryComponent>
|
||||
<Area>
|
||||
<Dim type="LeftEdge">
|
||||
<UnifiedDim scale="0.025" offset="0" type="LeftEdge" />
|
||||
</Dim>
|
||||
<Dim type="TopEdge">
|
||||
<UnifiedDim scale="0.25" offset="0" type="TopEdge" />
|
||||
</Dim>
|
||||
<Dim type="RightEdge">
|
||||
<OperatorDim op="Subtract">
|
||||
<OperatorDim op="Divide">
|
||||
<OperatorDim op="Subtract">
|
||||
<WidgetDim dimension="Width" />
|
||||
<FontDim type="HorzExtent" />
|
||||
</OperatorDim>
|
||||
<AbsoluteDim value="2" />
|
||||
</OperatorDim>
|
||||
<UnifiedDim scale="0.0125" offset="0" type="Width" />
|
||||
</OperatorDim>
|
||||
</Dim>
|
||||
<Dim type="BottomEdge">
|
||||
<UnifiedDim scale="0.75" offset="0" type="BottomEdge" />
|
||||
</Dim>
|
||||
</Area>
|
||||
<Image name="ColobotButton2/Hatch" />
|
||||
<HorzFormat type="Tiled" />
|
||||
<VertFormat type="Stretched" />
|
||||
</ImageryComponent>
|
||||
</ImagerySection>
|
||||
<ImagerySection name="hatch2">
|
||||
<ImageryComponent>
|
||||
<Area>
|
||||
<Dim type="LeftEdge">
|
||||
<OperatorDim op="Add">
|
||||
<OperatorDim op="Divide">
|
||||
<OperatorDim op="Add">
|
||||
<WidgetDim dimension="Width" />
|
||||
<FontDim type="HorzExtent" />
|
||||
</OperatorDim>
|
||||
<AbsoluteDim value="2" />
|
||||
</OperatorDim>
|
||||
<UnifiedDim scale="0.0375" offset="0" type="Width" />
|
||||
</OperatorDim>
|
||||
</Dim>
|
||||
<Dim type="TopEdge">
|
||||
<UnifiedDim scale="0.25" offset="0" type="TopEdge" />
|
||||
</Dim>
|
||||
<Dim type="RightEdge">
|
||||
<UnifiedDim scale="0.975" offset="0" type="LeftEdge" />
|
||||
</Dim>
|
||||
<Dim type="BottomEdge">
|
||||
<UnifiedDim scale="0.75" offset="0" type="BottomEdge" />
|
||||
</Dim>
|
||||
</Area>
|
||||
<Image name="ColobotButton2/Hatch" />
|
||||
<HorzFormat type="Tiled" />
|
||||
<VertFormat type="Stretched" />
|
||||
</ImageryComponent>
|
||||
</ImagerySection>
|
||||
|
||||
<StateImagery name="Enabled">
|
||||
<Layer>
|
||||
<Section section="normal" />
|
||||
<Section section="label" />
|
||||
<Section section="hatch1" />
|
||||
<Section section="hatch2" />
|
||||
</Layer>
|
||||
</StateImagery>
|
||||
<StateImagery name="Disabled">
|
||||
<Layer>
|
||||
<Section section="normal" />
|
||||
<Section section="label" />
|
||||
<Section section="hatch1" />
|
||||
<Section section="hatch2" />
|
||||
</Layer>
|
||||
</StateImagery>
|
||||
</WidgetLook>
|
||||
|
||||
<WidgetLook name="Colobot/MenuWindow">
|
||||
<PropertyLinkDefinition targetProperty="CaptionColour" widget="__auto_titlebar__" initialValue="FF000000" type="ColourRect" name="CaptionColour"/>
|
||||
<PropertyLinkDefinition targetProperty="Font" widget="__auto_titlebar__" type="Font" name="TitlebarFont"/>
|
||||
<PropertyLinkDefinition targetProperty="Text" redrawOnWrite="true" layoutOnWrite="true" widget="__auto_titlebar__" name="LabelText" />
|
||||
<Child nameSuffix="__auto_titlebar__" type="Colobot/MenuTitlebar">
|
||||
<Area>
|
||||
<Dim type="LeftEdge">
|
||||
<UnifiedDim scale="0.05" type="LeftEdge" />
|
||||
</Dim>
|
||||
<Dim type="TopEdge">
|
||||
<UnifiedDim scale="0.0125" type="TopEdge" />
|
||||
</Dim>
|
||||
<Dim type="RightEdge">
|
||||
<UnifiedDim scale="0.95" type="RightEdge" />
|
||||
</Dim>
|
||||
<Dim type="Height">
|
||||
<OperatorDim op="Multiply">
|
||||
<FontDim widget="__auto_titlebar__" type="LineSpacing" />
|
||||
<AbsoluteDim value="1.5" />
|
||||
</OperatorDim>
|
||||
</Dim>
|
||||
</Area>
|
||||
<Property name="AlwaysOnTop" value="true" />
|
||||
</Child>
|
||||
<!--<ImagerySection name="background">
|
||||
<ImageryComponent>
|
||||
<Area>
|
||||
<Dim type="LeftEdge">
|
||||
<AbsoluteDim value="0"/>
|
||||
</Dim>
|
||||
<Dim type="TopEdge">
|
||||
<WidgetDim widget="__auto_titlebar__" dimension="Height"/>
|
||||
</Dim>
|
||||
<Dim type="RightEdge">
|
||||
<UnifiedDim scale="1" type="RightEdge"/>
|
||||
</Dim>
|
||||
<Dim type="BottomEdge">
|
||||
<UnifiedDim scale="1" type="BottomEdge"/>
|
||||
</Dim>
|
||||
</Area>
|
||||
</ImageryComponent>
|
||||
</ImagerySection>-->
|
||||
<StateImagery name="Enabled">
|
||||
<Layer>
|
||||
<!--<Section section="background" />-->
|
||||
</Layer>
|
||||
</StateImagery>
|
||||
<StateImagery name="Disabled">
|
||||
<Layer>
|
||||
<!--<Section section="background" />-->
|
||||
</Layer>
|
||||
</StateImagery>
|
||||
</WidgetLook>
|
||||
</Falagard>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<ImagesetFromImage resourceGroup="textures" name="ColobotSplash/Splash1" filename="ppc.png" />
|
||||
<ImagesetFromImage resourceGroup="textures" name="ColobotSplash/Splash2" filename="splash1.png" />
|
||||
|
||||
<Font filename="dvu_sans-11.font" />
|
||||
<Font filename="dvu_sans-10.font" />
|
||||
<LookNFeel filename="colobot.looknfeel" />
|
||||
<WindowRendererSet filename="CEGUICoreWindowRendererSet" />
|
||||
|
||||
|
@ -17,4 +17,6 @@
|
|||
<FalagardMapping windowType="Colobot/StaticImage" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="Colobot/StaticImage" />
|
||||
<FalagardMapping windowType="Colobot/StaticFrameImage" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="Colobot/StaticFrameImage" />
|
||||
<FalagardMapping windowType="Colobot/StaticText" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="Colobot/StaticText" />
|
||||
<FalagardMapping windowType="Colobot/MenuTitlebar" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="Colobot/MenuTitlebar" />
|
||||
<FalagardMapping windowType="Colobot/MenuWindow" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="Colobot/MenuWindow" />
|
||||
</GUIScheme>
|
||||
|
|
Loading…
Reference in New Issue