Page MenuHomePhorge

MenuB.gui
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

MenuB.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.5;
z: 1;
width: 0.3;
height: 0.1;
text_properties
{
text: "This is menu B";
font: "TestFont";
}
}
element
{
type: BUTTON;
x: 0.25;
y: 0.75;
width: 0.25;
height: 0.25;
released_function: "Menu.Pop()";
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: "Back";
font: "TestFont";
}
}
}
element
{
type: BUTTON;
x: 0.75;
y: 0.75;
width: 0.25;
height: 0.25;
released_function: "Menu.Push(MenuC)";
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: "Next";
font: "TestFont";
}
}
}
element
{
type: BUTTON;
x: 0.25;
y: 0.25;
width: 0.25;
height: 0.25;
pressed_function: "GUI.SetVisible(TheText,false)";
released_function: "GUI.SetVisible(TheText,true)";
button_properties
{
idle_material: "Echo";
pressed_material: "ButtonPressed";
released_material: "ButtonReleased";
hover_material: "EchoInternalGlow";
}
}
element
{
name: "TheText";
type: TEXT;
x: 0.75;
y: 0.25;
z: 1;
width: 0.25;
height: 0.25;
text_properties
{
text: "Some Text";
font: "TestFont";
}
}

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 5, 2:00 AM (6 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62040
Default Alt Text
MenuB.gui (1 KB)

Event Timeline