mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Update example assets
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user