mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
65 lines
910 B
Plaintext
65 lines
910 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: 500.0
|
|
y: 80.0
|
|
}
|
|
color {
|
|
x: 0.463
|
|
y: 0.475
|
|
z: 0.49
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid_example/rect_round2_width1"
|
|
id: "root"
|
|
inherit_alpha: true
|
|
slice9 {
|
|
x: 4.0
|
|
y: 4.0
|
|
z: 4.0
|
|
w: 4.0
|
|
}
|
|
}
|
|
nodes {
|
|
position {
|
|
x: -240.0
|
|
}
|
|
size {
|
|
x: 480.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.722
|
|
y: 0.741
|
|
z: 0.761
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "Tap me to input"
|
|
font: "text_bold"
|
|
id: "text"
|
|
pivot: PIVOT_W
|
|
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
|