Page MenuHomePhorge

Interface.gui
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

Interface.gui

cursor
{
element
{
type: IMAGE;
x: 0.5;
y: 0.5;
width: 0.01;
height: 0.01;
image_properties
{
material: "Cursor";
}
}
x_axis: "Mouse:X";
y_axis: "Mouse:Y";
button: "Mouse:Left";
}
element
{
type: IMAGE;
name: "TheImage";
x: 0.25;
y: 0.25;
width: 0.25;
height: 0.25;
image_properties
{
material: "Echo";
}
element
{
type: TEXT;
x: 0.5;
y: 0.5;
z: 1;
aspect_ratio: 3.3333;
size_mode: MAX_FIT_WITH_SET_ASPECT_RATIO;
text_properties
{
text: "Hello";
font: "TestFont";
}
}
}
element
{
type: BUTTON;
x: 0.75;
y: 0.25;
width: 0.33;
height: 0.33;
pressed_function: "GUI.SetVisible(TheImage,0)";
released_function: "GUI.SetVisible(TheImage,1)";
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: "Click me!";
font: "TestFont";
}
}
}
element
{
type: LAYOUT;
x: 0.5;
y: 0.85;
width: 0.8;
height: 0.2;
layout_properties
{
direction: VERTICAL_MAX_TO_MIN;
}
element
{
type: IMAGE;
name: "TheImage";
width: 0.25;
height: 0.25;
image_properties
{
material: "MultiStageEcho";
}
}
element
{
type: TEXT;
text_properties
{
text: "I'm in a layout";
font: "TestFont";
}
}
element
{
type: IMAGE;
name: "TheImage";
width: 0.25;
height: 0.25;
image_properties
{
material: "MultiStageEcho";
}
}
}
element
{
type: TEXTBOX;
x: 0.25;
y: 0.65;
width: 0.3;
height: 0.3;
textbox_properties
{
font: "TestFont";
text: "Hello world, this text is in a textbox. It should be wrapping nicely.";
line_size: 0.1;
}
}

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 16, 12:58 AM (7 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72110
Default Alt Text
Interface.gui (1 KB)

Event Timeline