mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
61 lines
882 B
Plaintext
61 lines
882 B
Plaintext
fonts {
|
|
name: "text_bold"
|
|
font: "/example/assets/fonts/text_bold.font"
|
|
}
|
|
textures {
|
|
name: "druid_example"
|
|
texture: "/example/assets/druid_example.atlas"
|
|
}
|
|
nodes {
|
|
size {
|
|
x: 1000.0
|
|
y: 1000.0
|
|
}
|
|
color {
|
|
x: 0.173
|
|
y: 0.184
|
|
z: 0.204
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid_example/ui_circle_64"
|
|
id: "root"
|
|
inherit_alpha: true
|
|
slice9 {
|
|
x: 32.0
|
|
y: 32.0
|
|
z: 32.0
|
|
w: 32.0
|
|
}
|
|
}
|
|
nodes {
|
|
size {
|
|
x: 600.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.722
|
|
y: 0.741
|
|
z: 0.761
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "Swipe across area to action"
|
|
font: "text_bold"
|
|
id: "swipe_hint"
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "root"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
material: "/builtins/materials/gui.material"
|
|
adjust_reference: ADJUST_REFERENCE_PARENT
|