mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
392 lines
4.9 KiB
Plaintext
392 lines
4.9 KiB
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: 1080.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.129
|
|
y: 0.141
|
|
z: 0.157
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid_example/pixel"
|
|
id: "root"
|
|
adjust_mode: ADJUST_MODE_STRETCH
|
|
inherit_alpha: true
|
|
}
|
|
nodes {
|
|
size {
|
|
x: 1040.0
|
|
y: 50.0
|
|
}
|
|
type: TYPE_BOX
|
|
id: "layout"
|
|
xanchor: XANCHOR_LEFT
|
|
adjust_mode: ADJUST_MODE_STRETCH
|
|
parent: "root"
|
|
inherit_alpha: true
|
|
size_mode: SIZE_MODE_AUTO
|
|
visible: false
|
|
}
|
|
nodes {
|
|
position {
|
|
x: -530.0
|
|
}
|
|
size {
|
|
x: 16.0
|
|
y: 50.0
|
|
}
|
|
type: TYPE_BOX
|
|
id: "group_memory"
|
|
pivot: PIVOT_W
|
|
parent: "layout"
|
|
inherit_alpha: true
|
|
visible: false
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 89.0
|
|
}
|
|
scale {
|
|
x: 0.8
|
|
y: 0.8
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.306
|
|
y: 0.31
|
|
z: 0.314
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "Memory"
|
|
font: "text_bold"
|
|
id: "text_memory"
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "group_memory"
|
|
layer: "text_bold"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 199.0
|
|
}
|
|
scale {
|
|
x: 0.8
|
|
y: 0.8
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.463
|
|
y: 0.475
|
|
z: 0.49
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "2048"
|
|
font: "text_bold"
|
|
id: "text_memory_amount"
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "group_memory"
|
|
layer: "text_bold"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 273.0
|
|
}
|
|
scale {
|
|
x: 0.8
|
|
y: 0.8
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.306
|
|
y: 0.31
|
|
z: 0.314
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "KB"
|
|
font: "text_bold"
|
|
id: "text_memory_kb"
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "group_memory"
|
|
layer: "text_bold"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
nodes {
|
|
position {
|
|
x: -31.0
|
|
}
|
|
size {
|
|
x: 16.0
|
|
y: 50.0
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid_example/empty"
|
|
id: "group_fps"
|
|
parent: "layout"
|
|
inherit_alpha: true
|
|
visible: false
|
|
}
|
|
nodes {
|
|
position {
|
|
x: -50.0
|
|
}
|
|
scale {
|
|
x: 0.8
|
|
y: 0.8
|
|
}
|
|
size {
|
|
x: 120.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.306
|
|
y: 0.31
|
|
z: 0.314
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "FPS"
|
|
font: "text_bold"
|
|
id: "text_fps"
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "group_fps"
|
|
layer: "text_bold"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 17.0
|
|
y: -20.0
|
|
}
|
|
scale {
|
|
x: 0.8
|
|
y: 0.8
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.463
|
|
y: 0.475
|
|
z: 0.49
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "60"
|
|
font: "text_bold"
|
|
id: "text_fps_amount"
|
|
pivot: PIVOT_S
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "group_fps"
|
|
layer: "text_bold"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 65.0
|
|
y: -17.5
|
|
}
|
|
scale {
|
|
x: 0.6
|
|
y: 0.6
|
|
}
|
|
size {
|
|
x: 100.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.31
|
|
y: 0.318
|
|
z: 0.322
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "/60"
|
|
font: "text_bold"
|
|
id: "text_fps_min"
|
|
pivot: PIVOT_S
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "group_fps"
|
|
layer: "text_bold"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 355.0
|
|
}
|
|
size {
|
|
x: 16.0
|
|
y: 50.0
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid_example/empty"
|
|
id: "group_components"
|
|
parent: "layout"
|
|
inherit_alpha: true
|
|
visible: false
|
|
}
|
|
nodes {
|
|
position {
|
|
x: -50.0
|
|
}
|
|
scale {
|
|
x: 0.8
|
|
y: 0.8
|
|
}
|
|
size {
|
|
x: 350.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.306
|
|
y: 0.31
|
|
z: 0.314
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "Components"
|
|
font: "text_bold"
|
|
id: "text_components"
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "group_components"
|
|
layer: "text_bold"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 90.0
|
|
}
|
|
scale {
|
|
x: 0.8
|
|
y: 0.8
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.463
|
|
y: 0.475
|
|
z: 0.49
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "2004"
|
|
font: "text_bold"
|
|
id: "text_components_amount"
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "group_components"
|
|
layer: "text_bold"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
layers {
|
|
name: "druid"
|
|
}
|
|
layers {
|
|
name: "text_bold"
|
|
}
|
|
material: "/builtins/materials/gui.material"
|
|
adjust_reference: ADJUST_REFERENCE_PARENT
|