mirror of
https://github.com/Insality/druid
synced 2025-06-27 02:17:52 +02:00
Try to return discarded GUI properties, oh
This commit is contained in:
parent
c7b11562d5
commit
225fa0aa8d
@ -24,8 +24,10 @@ nodes {
|
|||||||
}
|
}
|
||||||
nodes {
|
nodes {
|
||||||
type: TYPE_TEXT
|
type: TYPE_TEXT
|
||||||
|
text: "Click Me!"
|
||||||
id: "button/text"
|
id: "button/text"
|
||||||
parent: "button/root"
|
parent: "button/root"
|
||||||
|
overridden_fields: 8
|
||||||
template_node_child: true
|
template_node_child: true
|
||||||
}
|
}
|
||||||
material: "/builtins/materials/gui.material"
|
material: "/builtins/materials/gui.material"
|
||||||
|
@ -24,8 +24,10 @@ nodes {
|
|||||||
}
|
}
|
||||||
nodes {
|
nodes {
|
||||||
type: TYPE_TEXT
|
type: TYPE_TEXT
|
||||||
|
text: "Double Click"
|
||||||
id: "button/text"
|
id: "button/text"
|
||||||
parent: "button/root"
|
parent: "button/root"
|
||||||
|
overridden_fields: 8
|
||||||
template_node_child: true
|
template_node_child: true
|
||||||
}
|
}
|
||||||
material: "/builtins/materials/gui.material"
|
material: "/builtins/materials/gui.material"
|
||||||
|
@ -27,8 +27,10 @@ nodes {
|
|||||||
}
|
}
|
||||||
nodes {
|
nodes {
|
||||||
type: TYPE_TEXT
|
type: TYPE_TEXT
|
||||||
|
text: "Drag Me"
|
||||||
id: "drag/text"
|
id: "drag/text"
|
||||||
parent: "drag/root"
|
parent: "drag/root"
|
||||||
|
overridden_fields: 8
|
||||||
template_node_child: true
|
template_node_child: true
|
||||||
}
|
}
|
||||||
material: "/builtins/materials/gui.material"
|
material: "/builtins/materials/gui.material"
|
||||||
|
@ -31,8 +31,10 @@ nodes {
|
|||||||
}
|
}
|
||||||
nodes {
|
nodes {
|
||||||
type: TYPE_TEXT
|
type: TYPE_TEXT
|
||||||
|
text: "Drag Me"
|
||||||
id: "drag/text"
|
id: "drag/text"
|
||||||
parent: "drag/root"
|
parent: "drag/root"
|
||||||
|
overridden_fields: 8
|
||||||
template_node_child: true
|
template_node_child: true
|
||||||
}
|
}
|
||||||
nodes {
|
nodes {
|
||||||
|
@ -30,8 +30,10 @@ nodes {
|
|||||||
}
|
}
|
||||||
nodes {
|
nodes {
|
||||||
type: TYPE_TEXT
|
type: TYPE_TEXT
|
||||||
|
text: "Mouse Hover"
|
||||||
id: "button_mouse_hover/text"
|
id: "button_mouse_hover/text"
|
||||||
parent: "button_mouse_hover/root"
|
parent: "button_mouse_hover/root"
|
||||||
|
overridden_fields: 8
|
||||||
template_node_child: true
|
template_node_child: true
|
||||||
}
|
}
|
||||||
nodes {
|
nodes {
|
||||||
@ -52,8 +54,10 @@ nodes {
|
|||||||
}
|
}
|
||||||
nodes {
|
nodes {
|
||||||
type: TYPE_TEXT
|
type: TYPE_TEXT
|
||||||
|
text: "Touch Hover"
|
||||||
id: "button_mobile_hover/text"
|
id: "button_mobile_hover/text"
|
||||||
parent: "button_mobile_hover/root"
|
parent: "button_mobile_hover/root"
|
||||||
|
overridden_fields: 8
|
||||||
template_node_child: true
|
template_node_child: true
|
||||||
}
|
}
|
||||||
material: "/builtins/materials/gui.material"
|
material: "/builtins/materials/gui.material"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user