Page MenuHomePhorge

MenuA.gui
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

MenuA.gui

cursor
{
element
{
type: IMAGE;
width: 0.1;
size_mode: WIDTH_AND_CALCULATE_ASPECT_RATIO;
image_properties
{
material: "Cursor";
}
}
x_axis: "Mouse:X";
y_axis: "Mouse:Y";
button: "Mouse:Left";
}
element
{
type: TEXT;
x: 0.5;
y: 0.75;
z: 1;
width: 0.3;
height: 0.1;
text_properties
{
text: "Menu Test";
font: "TestFont";
}
}
element
{
type: BUTTON;
x: 0.0;
y: 1.0;
width: 0.1;
aspect_ratio: 1;
name: "Exit button";
released_function: "Exit()";
h_align: MINIMUM;
v_align: MAXIMUM;
size_mode: WIDTH_WITH_SET_ASPECT_RATIO;
button_properties
{
idle_material: "Echo";
pressed_material: "ButtonPressed";
released_material: "ButtonReleased";
hover_material: "EchoInternalGlow";
}
element
{
type: TEXT;
x: 0.5;
y: 0.5;
z: 1;
width: 0.8;
height: 0.8;
text_properties
{
text: "Exit!";
font: "TestFont";
}
}
}
element
{
type: BUTTON;
x: 0.1;
y: 1.0;
width: 0.1;
aspect_ratio: 1;
name: "Reset time button";
released_function: "ResetTimeout()";
h_align: MINIMUM;
v_align: MAXIMUM;
size_mode: WIDTH_WITH_SET_ASPECT_RATIO;
button_properties
{
idle_material: "Echo";
pressed_material: "ButtonPressed";
released_material: "ButtonReleased";
hover_material: "EchoInternalGlow";
}
element
{
type: TEXT;
x: 0.5;
y: 0.5;
z: 1;
width: 0.8;
height: 0.8;
text_properties
{
text: "Reset Time";
font: "TestFont";
}
}
}
element
{
type: BUTTON;
x: 0.5;
y: 0.25;
width: 0.5;
height: 0.25;
released_function: "Menu.Push(MenuB)";
button_properties
{
idle_material: "Echo";
pressed_material: "ButtonPressed";
released_material: "ButtonReleased";
hover_material: "EchoInternalGlow";
}
element
{
type: TEXT;
x: 0.5;
y: 0.5;
z: 1;
width: 0.5;
height: 0.15;
text_properties
{
text: "Start";
font: "TestFont";
}
}
}
element
{
type: IMAGE;
x: 0.5;
y: 0.05;
width: 0.8;
height: 0.1;
image_properties
{
material: "Echo";
}
element
{
type: TEXT;
x: 0.5;
y: 0.5;
z: 1;
width: 0.25;
h_align: MINIMUM;
size_mode: WIDTH_AND_CALCULATE_ASPECT_RATIO;
text_properties
{
text: "Left";
font: "TestFont";
}
element
{
type: TEXT;
x: 0.5;
y: 0;
z: 1;
width: 0
height: 0.25;
v_align: MINIMUM;
size_mode: HEIGHT_AND_CALCULATE_ASPECT_RATIO;
text_properties
{
text: "Centre bottom";
font: "TestFont";
}
}
}
element
{
type: TEXT;
x: 0.5;
y: 0.5;
z: 1;
width: 0.25;
h_align: MAXIMUM;
size_mode: WIDTH_AND_CALCULATE_ASPECT_RATIO;
text_properties
{
text: "Right";
font: "TestFont";
}
element
{
type: TEXT;
x: 0.5;
y: 1.0;
z: 1;
height: 0.5;
v_align: MAXIMUM;
size_mode: HEIGHT_AND_CALCULATE_ASPECT_RATIO;
text_properties
{
text: "Centre top";
font: "TestFont";
}
}
}
}

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 15, 6:16 PM (31 m, 59 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71391
Default Alt Text
MenuA.gui (2 KB)

Event Timeline