mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Update example with new brand one
This commit is contained in:
33
example/examples/basic/input/input_password.gui
Normal file
33
example/examples/basic/input/input_password.gui
Normal file
@@ -0,0 +1,33 @@
|
||||
nodes {
|
||||
size {
|
||||
x: 1000.0
|
||||
y: 1000.0
|
||||
}
|
||||
type: TYPE_BOX
|
||||
id: "root"
|
||||
inherit_alpha: true
|
||||
visible: false
|
||||
}
|
||||
nodes {
|
||||
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"
|
||||
overridden_fields: 1
|
||||
overridden_fields: 14
|
||||
template_node_child: true
|
||||
}
|
||||
material: "/builtins/materials/gui.material"
|
||||
adjust_reference: ADJUST_REFERENCE_PARENT
|
Reference in New Issue
Block a user