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

@@ -8,7 +8,7 @@ textures {
}
nodes {
type: TYPE_BOX
texture: "druid/empty"
texture: "druid_example/empty"
id: "root"
inherit_alpha: true
size_mode: SIZE_MODE_AUTO
@@ -28,7 +28,7 @@ nodes {
z: 0.204
}
type: TYPE_BOX
texture: "druid/pixel"
texture: "druid_example/pixel"
id: "view"
pivot: PIVOT_N
parent: "root"
@@ -41,7 +41,7 @@ nodes {
y: 700.0
}
type: TYPE_BOX
texture: "druid/empty"
texture: "druid_example/empty"
id: "content"
pivot: PIVOT_N
parent: "view"
@@ -73,7 +73,7 @@ nodes {
z: 0.961
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "panel"
parent: "prefab"
inherit_alpha: true

View File

@@ -8,7 +8,7 @@ textures {
}
nodes {
type: TYPE_BOX
texture: "druid/empty"
texture: "druid_example/empty"
id: "root"
inherit_alpha: true
size_mode: SIZE_MODE_AUTO
@@ -28,7 +28,7 @@ nodes {
z: 0.204
}
type: TYPE_BOX
texture: "druid/pixel"
texture: "druid_example/pixel"
id: "view"
pivot: PIVOT_W
parent: "root"
@@ -41,7 +41,7 @@ nodes {
y: 350.0
}
type: TYPE_BOX
texture: "druid/empty"
texture: "druid_example/empty"
id: "content"
pivot: PIVOT_W
parent: "view"
@@ -73,7 +73,7 @@ nodes {
z: 0.961
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
texture: "druid_example/ui_circle_32"
id: "panel"
parent: "prefab"
inherit_alpha: true