Skip to content

Commit 225fa0a

Browse files
committed
Try to return discarded GUI properties, oh
1 parent c7b1156 commit 225fa0a

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

example/examples/basic/button/basic_button.gui

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ nodes {
2424
}
2525
nodes {
2626
type: TYPE_TEXT
27+
text: "Click Me!"
2728
id: "button/text"
2829
parent: "button/root"
30+
overridden_fields: 8
2931
template_node_child: true
3032
}
3133
material: "/builtins/materials/gui.material"

example/examples/basic/button/basic_button_double_click.gui

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ nodes {
2424
}
2525
nodes {
2626
type: TYPE_TEXT
27+
text: "Double Click"
2728
id: "button/text"
2829
parent: "button/root"
30+
overridden_fields: 8
2931
template_node_child: true
3032
}
3133
material: "/builtins/materials/gui.material"

example/examples/basic/drag/drag.gui

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ nodes {
2727
}
2828
nodes {
2929
type: TYPE_TEXT
30+
text: "Drag Me"
3031
id: "drag/text"
3132
parent: "drag/root"
33+
overridden_fields: 8
3234
template_node_child: true
3335
}
3436
material: "/builtins/materials/gui.material"

example/examples/basic/drag/drag_to_node.gui

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ nodes {
3131
}
3232
nodes {
3333
type: TYPE_TEXT
34+
text: "Drag Me"
3435
id: "drag/text"
3536
parent: "drag/root"
37+
overridden_fields: 8
3638
template_node_child: true
3739
}
3840
nodes {

example/examples/basic/hover/hover.gui

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ nodes {
3030
}
3131
nodes {
3232
type: TYPE_TEXT
33+
text: "Mouse Hover"
3334
id: "button_mouse_hover/text"
3435
parent: "button_mouse_hover/root"
36+
overridden_fields: 8
3537
template_node_child: true
3638
}
3739
nodes {
@@ -52,8 +54,10 @@ nodes {
5254
}
5355
nodes {
5456
type: TYPE_TEXT
57+
text: "Touch Hover"
5558
id: "button_mobile_hover/text"
5659
parent: "button_mobile_hover/root"
60+
overridden_fields: 8
5761
template_node_child: true
5862
}
5963
material: "/builtins/materials/gui.material"

0 commit comments

Comments
 (0)