Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/gui/layouts/MultiplayerOptionsMenu.layout @ 12177

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

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

File size: 1.4 KB
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<GUILayout version="4">
3    <Window name="MultiplayerOptionsBackground" 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="MultiplayerOptionsWindow" type="MenuWidgets/StaticText">
10            <Property name="Text" value="Multiplayer options" />
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>
18        <Window name="MultiplayerOptionsBackButton" type="MenuWidgets/Button">
19            <Property name="Text" value="Back" />
20            <Property name="MaxSize" value="{{1,0},{1,0}}" />
21            <Property name="Area" value="{{0.4,0},{0.625,0},{0.6,0},{0.675,0}}" />
22            <Event function="MultiplayerOptionsMenu.MultiplayerOptionsBackButton_clicked" name="Clicked" />
23        </Window>
24    </Window>
25</GUILayout>
Note: See TracBrowser for help on using the repository browser.