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

@@ -17,7 +17,7 @@ nodes {
y: 500.0
}
type: TYPE_BOX
texture: "druid/empty"
texture: "druid_example/empty"
id: "root"
adjust_mode: ADJUST_MODE_STRETCH
inherit_alpha: true
@@ -40,7 +40,7 @@ nodes {
z: 0.322
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "window"
parent: "root"
inherit_alpha: true
@@ -65,7 +65,7 @@ nodes {
z: 0.624
}
type: TYPE_BOX
texture: "druid/ui_rounded_top_32"
texture: "druid_example/ui_rounded_top_32"
id: "panel_header"
pivot: PIVOT_N
parent: "window"
@@ -135,7 +135,7 @@ nodes {
z: 0.322
}
type: TYPE_BOX
texture: "druid/icon_cross"
texture: "druid_example/icon_cross"
id: "icon_close"
parent: "button_close"
inherit_alpha: true
@@ -202,18 +202,6 @@ nodes {
inherit_alpha: true
template: "/example/templates/button_text_green.gui"
}
nodes {
type: TYPE_BOX
id: "button_accept/root"
parent: "button_accept"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "button_accept/text"
parent: "button_accept/root"
template_node_child: true
}
nodes {
position {
x: 160.0
@@ -225,18 +213,6 @@ nodes {
inherit_alpha: true
template: "/example/templates/button_text_red.gui"
}
nodes {
type: TYPE_BOX
id: "button_decline/root"
parent: "button_decline"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "button_decline/text"
parent: "button_decline/root"
template_node_child: true
}
layers {
name: "druid"
}

View File

@@ -17,7 +17,7 @@ nodes {
y: 500.0
}
type: TYPE_BOX
texture: "druid/empty"
texture: "druid_example/empty"
id: "root"
adjust_mode: ADJUST_MODE_STRETCH
inherit_alpha: true
@@ -40,7 +40,7 @@ nodes {
z: 0.322
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "window"
parent: "root"
inherit_alpha: true
@@ -65,7 +65,7 @@ nodes {
z: 0.961
}
type: TYPE_BOX
texture: "druid/ui_rounded_top_32"
texture: "druid_example/ui_rounded_top_32"
id: "panel_header"
pivot: PIVOT_N
parent: "window"
@@ -135,7 +135,7 @@ nodes {
z: 0.322
}
type: TYPE_BOX
texture: "druid/icon_cross"
texture: "druid_example/icon_cross"
id: "icon_close"
parent: "button_close"
inherit_alpha: true
@@ -201,18 +201,6 @@ nodes {
inherit_alpha: true
template: "/example/templates/button_text_green.gui"
}
nodes {
type: TYPE_BOX
id: "button_accept/root"
parent: "button_accept"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "button_accept/text"
parent: "button_accept/root"
template_node_child: true
}
layers {
name: "druid"
}

View File

@@ -17,7 +17,7 @@ nodes {
y: 580.0
}
type: TYPE_BOX
texture: "druid/empty"
texture: "druid_example/empty"
id: "root"
adjust_mode: ADJUST_MODE_STRETCH
inherit_alpha: true
@@ -40,7 +40,7 @@ nodes {
z: 0.322
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "window"
parent: "root"
inherit_alpha: true
@@ -65,7 +65,7 @@ nodes {
z: 0.961
}
type: TYPE_BOX
texture: "druid/ui_rounded_top_32"
texture: "druid_example/ui_rounded_top_32"
id: "panel_header"
pivot: PIVOT_N
parent: "window"
@@ -135,7 +135,7 @@ nodes {
z: 0.322
}
type: TYPE_BOX
texture: "druid/icon_cross"
texture: "druid_example/icon_cross"
id: "icon_close"
parent: "button_close"
inherit_alpha: true
@@ -173,30 +173,6 @@ nodes {
inherit_alpha: true
template: "/example/templates/button_text_white.gui"
}
nodes {
size {
x: 240.0
y: 70.0
}
type: TYPE_BOX
id: "button/root"
parent: "button"
overridden_fields: 4
template_node_child: true
}
nodes {
size {
x: 220.0
y: 50.0
}
type: TYPE_TEXT
text: "English"
id: "button/text"
parent: "button/root"
overridden_fields: 4
overridden_fields: 8
template_node_child: true
}
layers {
name: "druid"
}