Try to return discarded GUI properties, oh

This commit is contained in:
Insality 2025-04-19 22:30:38 +03:00
parent c7b11562d5
commit 225fa0aa8d
5 changed files with 12 additions and 0 deletions

View File

@ -24,8 +24,10 @@ nodes {
}
nodes {
type: TYPE_TEXT
text: "Click Me!"
id: "button/text"
parent: "button/root"
overridden_fields: 8
template_node_child: true
}
material: "/builtins/materials/gui.material"

View File

@ -24,8 +24,10 @@ nodes {
}
nodes {
type: TYPE_TEXT
text: "Double Click"
id: "button/text"
parent: "button/root"
overridden_fields: 8
template_node_child: true
}
material: "/builtins/materials/gui.material"

View File

@ -27,8 +27,10 @@ nodes {
}
nodes {
type: TYPE_TEXT
text: "Drag Me"
id: "drag/text"
parent: "drag/root"
overridden_fields: 8
template_node_child: true
}
material: "/builtins/materials/gui.material"

View File

@ -31,8 +31,10 @@ nodes {
}
nodes {
type: TYPE_TEXT
text: "Drag Me"
id: "drag/text"
parent: "drag/root"
overridden_fields: 8
template_node_child: true
}
nodes {

View File

@ -30,8 +30,10 @@ nodes {
}
nodes {
type: TYPE_TEXT
text: "Mouse Hover"
id: "button_mouse_hover/text"
parent: "button_mouse_hover/root"
overridden_fields: 8
template_node_child: true
}
nodes {
@ -52,8 +54,10 @@ nodes {
}
nodes {
type: TYPE_TEXT
text: "Touch Hover"
id: "button_mobile_hover/text"
parent: "button_mobile_hover/root"
overridden_fields: 8
template_node_child: true
}
material: "/builtins/materials/gui.material"