This commit is contained in:
Insality
2025-03-26 22:59:27 +02:00
parent 65234ec8d2
commit 91f2d593d2
27 changed files with 744 additions and 167 deletions

View File

@@ -76,6 +76,18 @@ nodes {
inherit_alpha: true
template: "/example/templates/button_text_green.gui"
}
nodes {
type: TYPE_BOX
id: "button_tutorial/root"
parent: "button_tutorial"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "button_tutorial/text"
parent: "button_tutorial/root"
template_node_child: true
}
nodes {
position {
x: -185.0
@@ -288,6 +300,18 @@ nodes {
inherit_alpha: true
template: "/example/templates/button_text_green.gui"
}
nodes {
type: TYPE_BOX
id: "button_stencil/root"
parent: "button_stencil"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "button_stencil/text"
parent: "button_stencil/root"
template_node_child: true
}
nodes {
position {
x: -185.0