mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 02:17:52 +02:00
69 lines
937 B
Plaintext
69 lines
937 B
Plaintext
textures {
|
|
name: "druid_example"
|
|
texture: "/example/assets/druid_example.atlas"
|
|
}
|
|
nodes {
|
|
size {
|
|
x: 260.0
|
|
y: 40.0
|
|
}
|
|
color {
|
|
x: 0.129
|
|
y: 0.141
|
|
z: 0.157
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid_example/empty"
|
|
id: "root"
|
|
inherit_alpha: true
|
|
}
|
|
nodes {
|
|
size {
|
|
x: 260.0
|
|
y: 8.0
|
|
}
|
|
color {
|
|
x: 0.129
|
|
y: 0.141
|
|
z: 0.157
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid_example/ui_circle_8"
|
|
id: "slider_back"
|
|
parent: "root"
|
|
inherit_alpha: true
|
|
slice9 {
|
|
x: 4.0
|
|
y: 4.0
|
|
z: 4.0
|
|
w: 4.0
|
|
}
|
|
}
|
|
nodes {
|
|
position {
|
|
x: -118.0
|
|
}
|
|
size {
|
|
x: 24.0
|
|
y: 24.0
|
|
}
|
|
color {
|
|
x: 0.722
|
|
y: 0.741
|
|
z: 0.761
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid_example/ui_circle_8"
|
|
id: "slider_pin"
|
|
parent: "root"
|
|
inherit_alpha: true
|
|
slice9 {
|
|
x: 4.0
|
|
y: 4.0
|
|
z: 4.0
|
|
w: 4.0
|
|
}
|
|
}
|
|
material: "/builtins/materials/gui.material"
|
|
adjust_reference: ADJUST_REFERENCE_PARENT
|