mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
35 lines
658 B
Plaintext
35 lines
658 B
Plaintext
textures {
|
|
name: "tiling_texture"
|
|
texture: "/example/examples/widgets/tiling_node/tiling_texture.atlas"
|
|
}
|
|
nodes {
|
|
size {
|
|
x: 200.0
|
|
y: 100.0
|
|
}
|
|
type: TYPE_BOX
|
|
id: "root"
|
|
inherit_alpha: true
|
|
size_mode: SIZE_MODE_AUTO
|
|
visible: false
|
|
}
|
|
nodes {
|
|
size {
|
|
x: 900.0
|
|
y: 900.0
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "tiling_texture/pattern_0004"
|
|
id: "tiling_node"
|
|
parent: "root"
|
|
inherit_alpha: true
|
|
alpha: 0.42
|
|
material: "gui_tiling_node"
|
|
}
|
|
material: "/builtins/materials/gui.material"
|
|
adjust_reference: ADJUST_REFERENCE_PARENT
|
|
materials {
|
|
name: "gui_tiling_node"
|
|
material: "/druid/custom/tiling_node/gui_tiling_node.material"
|
|
}
|