mirror of
https://github.com/Insality/druid
synced 2025-09-28 10:32:20 +02:00
Update example assets
This commit is contained in:
@@ -17,7 +17,7 @@ nodes {
|
||||
z: 0.322
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/empty"
|
||||
texture: "druid_example/empty"
|
||||
id: "root"
|
||||
inherit_alpha: true
|
||||
}
|
||||
@@ -46,7 +46,7 @@ nodes {
|
||||
z: 0.322
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/pixel"
|
||||
texture: "druid_example/pixel"
|
||||
id: "background"
|
||||
parent: "background_mask"
|
||||
inherit_alpha: true
|
||||
@@ -59,7 +59,7 @@ nodes {
|
||||
}
|
||||
nodes {
|
||||
type: TYPE_BOX
|
||||
texture: "druid/empty"
|
||||
texture: "druid_example/empty"
|
||||
id: "stick_root"
|
||||
parent: "root"
|
||||
inherit_alpha: true
|
||||
@@ -77,7 +77,7 @@ nodes {
|
||||
z: 0.0
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/ui_circle_64_blur_8"
|
||||
texture: "druid_example/ui_circle_64_blur_8"
|
||||
id: "stick_shadow"
|
||||
parent: "stick_root"
|
||||
inherit_alpha: true
|
||||
@@ -95,7 +95,7 @@ nodes {
|
||||
z: 0.49
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/ui_circle_64"
|
||||
texture: "druid_example/ui_circle_64"
|
||||
id: "stick"
|
||||
parent: "stick_root"
|
||||
inherit_alpha: true
|
||||
@@ -121,7 +121,7 @@ nodes {
|
||||
z: 0.322
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/ui_circle_16"
|
||||
texture: "druid_example/ui_circle_16"
|
||||
id: "dot_1"
|
||||
parent: "stick"
|
||||
inherit_alpha: true
|
||||
@@ -141,7 +141,7 @@ nodes {
|
||||
z: 0.322
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/ui_circle_16"
|
||||
texture: "druid_example/ui_circle_16"
|
||||
id: "dot_2"
|
||||
parent: "stick"
|
||||
inherit_alpha: true
|
||||
@@ -161,7 +161,7 @@ nodes {
|
||||
z: 0.322
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/ui_circle_16"
|
||||
texture: "druid_example/ui_circle_16"
|
||||
id: "dot_3"
|
||||
parent: "stick"
|
||||
inherit_alpha: true
|
||||
@@ -181,7 +181,7 @@ nodes {
|
||||
z: 0.322
|
||||
}
|
||||
type: TYPE_BOX
|
||||
texture: "druid/ui_circle_16"
|
||||
texture: "druid_example/ui_circle_16"
|
||||
id: "dot_4"
|
||||
parent: "stick"
|
||||
inherit_alpha: true
|
||||
|
Reference in New Issue
Block a user