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

@@ -22,6 +22,18 @@ nodes {
inherit_alpha: true
template: "/example/templates/button_text_green.gui"
}
nodes {
type: TYPE_BOX
id: "button_mouse_hover/root"
parent: "button_mouse_hover"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "button_mouse_hover/text"
parent: "button_mouse_hover/root"
template_node_child: true
}
nodes {
position {
y: -100.0
@@ -32,5 +44,17 @@ nodes {
inherit_alpha: true
template: "/example/templates/button_text_green.gui"
}
nodes {
type: TYPE_BOX
id: "button_mobile_hover/root"
parent: "button_mobile_hover"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "button_mobile_hover/text"
parent: "button_mobile_hover/root"
template_node_child: true
}
material: "/builtins/materials/gui.material"
adjust_reference: ADJUST_REFERENCE_PARENT