Update example assets

This commit is contained in:
Insality
2024-11-20 23:43:39 +02:00
parent 7ea8691fc5
commit 6552ea5cac
71 changed files with 199 additions and 2687 deletions

View File

@@ -27,7 +27,7 @@ nodes {
z: 0.157
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "panel_hint"
parent: "root"
inherit_alpha: true

View File

@@ -13,7 +13,7 @@ nodes {
z: 0.204
}
type: TYPE_BOX
texture: "druid/ui_circle_64"
texture: "druid_example/ui_circle_64"
id: "root"
inherit_alpha: true
slice9 {
@@ -33,24 +33,6 @@ nodes {
inherit_alpha: true
template: "/example/examples/widgets/hover_hint/hover_hint.gui"
}
nodes {
type: TYPE_BOX
id: "hover_hint/root"
parent: "hover_hint"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "hover_hint/panel_hint"
parent: "hover_hint/root"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "hover_hint/text_hint"
parent: "hover_hint/panel_hint"
template_node_child: true
}
nodes {
position {
y: 100.0
@@ -65,7 +47,7 @@ nodes {
z: 0.624
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "node_yellow"
parent: "root"
inherit_alpha: true
@@ -90,7 +72,7 @@ nodes {
z: 0.608
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "node_red"
parent: "root"
inherit_alpha: true
@@ -115,7 +97,7 @@ nodes {
z: 0.961
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "node_blue"
parent: "root"
inherit_alpha: true
@@ -140,7 +122,7 @@ nodes {
z: 0.62
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "node_green"
parent: "root"
inherit_alpha: true

View File

@@ -1,6 +1,18 @@
nodes {
size {
x: 200.0
y: 100.0
}
type: TYPE_BOX
id: "root"
inherit_alpha: true
size_mode: SIZE_MODE_AUTO
visible: false
}
nodes {
type: TYPE_TEMPLATE
id: "memory_panel"
parent: "root"
inherit_alpha: true
template: "/druid/widget/memory_panel/memory_panel.gui"
}