mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Update example assets
This commit is contained in:
@@ -12,7 +12,7 @@ nodes {
|
||||
y: 40.0
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/empty"
|
||||
texture: "druid_example/empty"
|
||||
id: "root"
|
||||
pivot: PIVOT_NW
|
||||
adjust_mode: ADJUST_MODE_STRETCH
|
||||
@@ -62,7 +62,7 @@ nodes {
|
||||
y: -20.0
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/empty"
|
||||
texture: "druid_example/empty"
|
||||
id: "E_Anchor"
|
||||
pivot: PIVOT_E
|
||||
adjust_mode: ADJUST_MODE_STRETCH
|
||||
@@ -85,7 +85,7 @@ nodes {
|
||||
z: 0.49
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/rect_round2_width1"
|
||||
texture: "druid_example/rect_round2_width1"
|
||||
id: "button"
|
||||
pivot: PIVOT_E
|
||||
parent: "E_Anchor"
|
||||
@@ -111,7 +111,7 @@ nodes {
|
||||
z: 0.333
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/pixel"
|
||||
texture: "druid_example/pixel"
|
||||
id: "selected"
|
||||
pivot: PIVOT_SE
|
||||
adjust_mode: ADJUST_MODE_STRETCH
|
||||
@@ -169,7 +169,7 @@ nodes {
|
||||
z: 0.157
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/empty"
|
||||
texture: "druid_example/empty"
|
||||
id: "slider"
|
||||
parent: "root"
|
||||
inherit_alpha: true
|
||||
@@ -185,7 +185,7 @@ nodes {
|
||||
z: 0.157
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/ui_circle_8"
|
||||
texture: "druid_example/ui_circle_8"
|
||||
id: "slider_back"
|
||||
parent: "slider"
|
||||
inherit_alpha: true
|
||||
@@ -210,7 +210,7 @@ nodes {
|
||||
z: 0.761
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/ui_circle_8"
|
||||
texture: "druid_example/ui_circle_8"
|
||||
id: "slider_pin"
|
||||
parent: "slider"
|
||||
inherit_alpha: true
|
||||
|
Reference in New Issue
Block a user