Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/gui/layouts/ControlsMenu.layout @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 2.1 KB
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<GUILayout version="4">
3    <Window name="ControlsBackground" type="MenuWidgets/StaticImage">
4        <Property name="FrameEnabled" value="False" />
5        <Property name="InheritsAlpha" value="False" />
6        <Property name="MaxSize" value="{{1,0},{1,0}}" />
7        <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" />
8        <Property name="BackgroundEnabled" value="False" />
9        <Window name="ControlsWindow" type="MenuWidgets/StaticText">
10            <Property name="Text" value="Controls" />
11            <Property name="Alpha" value="0.8" />
12            <Property name="InheritsAlpha" value="False" />
13            <Property name="HorzFormatting" value="CentreAligned" />
14            <Property name="MaxSize" value="{{1,0},{1,0}}" />
15            <Property name="VertFormatting" value="TopAligned" />
16            <Property name="Area" value="{{0.25,0},{0.3625,0},{0.75,0},{0.6375,0}}" />
17            <Window name="MouseControlsButton" type="MenuWidgets/Button">
18                <Property name="Text" value="Mouse controls" />
19                <Property name="MaxSize" value="{{1,0},{1,0}}" />
20                <Property name="Area" value="{{0.3,0},{0.318181,0},{0.7,0},{0.5,0}}" />
21                <Event function="ControlsMenu.ControlsMouseControlsButton_clicked" name="Clicked" />
22            </Window>
23            <Window name="KeybindingsButton" type="MenuWidgets/Button">
24                <Property name="Text" value="Keybindings" />
25                <Property name="MaxSize" value="{{1,0},{1,0}}" />
26                <Property name="Area" value="{{0.3,0},{0.590909,0},{0.7,0},{0.772727,0}}" />
27                <Event function="ControlsMenu.ControlsKeyboardControlsButton_clicked" name="Clicked" />
28            </Window>
29        </Window>
30        <Window name="ControlsBackButton" type="MenuWidgets/Button">
31            <Property name="Text" value="Back" />
32            <Property name="MaxSize" value="{{1,0},{1,0}}" />
33            <Property name="Area" value="{{0.4,0},{0.6625,0},{0.6,0},{0.7125,0}}" />
34            <Event function="ControlsMenu.ControlsBackButton_clicked" name="Clicked" />
35        </Window>
36    </Window>
37</GUILayout>
Note: See TracBrowser for help on using the repository browser.