mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
57 lines
913 B
Plaintext
57 lines
913 B
Plaintext
nodes {
|
|
size {
|
|
x: 1000.0
|
|
y: 1000.0
|
|
}
|
|
type: TYPE_BOX
|
|
id: "root"
|
|
inherit_alpha: true
|
|
visible: false
|
|
}
|
|
nodes {
|
|
position {
|
|
y: 301.0
|
|
}
|
|
type: TYPE_TEMPLATE
|
|
id: "input"
|
|
parent: "root"
|
|
inherit_alpha: true
|
|
template: "/example/templates/input.gui"
|
|
}
|
|
nodes {
|
|
type: TYPE_BOX
|
|
id: "input/root"
|
|
parent: "input"
|
|
template_node_child: true
|
|
}
|
|
nodes {
|
|
type: TYPE_TEXT
|
|
id: "input/text"
|
|
parent: "input/root"
|
|
template_node_child: true
|
|
}
|
|
nodes {
|
|
position {
|
|
y: 151.0
|
|
}
|
|
type: TYPE_TEMPLATE
|
|
id: "input_2"
|
|
parent: "root"
|
|
inherit_alpha: true
|
|
template: "/example/templates/input.gui"
|
|
}
|
|
nodes {
|
|
type: TYPE_BOX
|
|
id: "input_2/root"
|
|
parent: "input_2"
|
|
template_node_child: true
|
|
}
|
|
nodes {
|
|
type: TYPE_TEXT
|
|
id: "input_2/text"
|
|
parent: "input_2/root"
|
|
template_node_child: true
|
|
}
|
|
material: "/builtins/materials/gui.material"
|
|
adjust_reference: ADJUST_REFERENCE_PARENT
|