mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
179 lines
2.4 KiB
Plaintext
179 lines
2.4 KiB
Plaintext
fonts {
|
|
name: "druid_text_regular"
|
|
font: "/druid/fonts/druid_text_regular.font"
|
|
}
|
|
fonts {
|
|
name: "druid_text_bold"
|
|
font: "/druid/fonts/druid_text_bold.font"
|
|
}
|
|
textures {
|
|
name: "druid"
|
|
texture: "/druid/druid.atlas"
|
|
}
|
|
nodes {
|
|
size {
|
|
x: 200.0
|
|
y: 140.0
|
|
}
|
|
color {
|
|
x: 0.173
|
|
y: 0.184
|
|
z: 0.204
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid/ui_circle_16"
|
|
id: "root"
|
|
adjust_mode: ADJUST_MODE_STRETCH
|
|
inherit_alpha: true
|
|
slice9 {
|
|
x: 8.0
|
|
y: 8.0
|
|
z: 8.0
|
|
w: 8.0
|
|
}
|
|
}
|
|
nodes {
|
|
position {
|
|
y: 70.0
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 40.0
|
|
}
|
|
type: TYPE_BOX
|
|
id: "header"
|
|
pivot: PIVOT_N
|
|
parent: "root"
|
|
inherit_alpha: true
|
|
size_mode: SIZE_MODE_AUTO
|
|
visible: false
|
|
}
|
|
nodes {
|
|
position {
|
|
x: -92.0
|
|
y: -8.0
|
|
}
|
|
scale {
|
|
x: 0.5
|
|
y: 0.5
|
|
}
|
|
size {
|
|
x: 260.0
|
|
y: 50.0
|
|
}
|
|
color {
|
|
x: 0.463
|
|
y: 0.475
|
|
z: 0.49
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "Mini Graph"
|
|
font: "druid_text_bold"
|
|
id: "text_header"
|
|
pivot: PIVOT_NW
|
|
outline {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
shadow {
|
|
x: 1.0
|
|
y: 1.0
|
|
z: 1.0
|
|
}
|
|
parent: "header"
|
|
inherit_alpha: true
|
|
outline_alpha: 0.0
|
|
shadow_alpha: 0.0
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 96.0
|
|
y: -4.0
|
|
}
|
|
color {
|
|
x: 0.306
|
|
y: 0.31
|
|
z: 0.314
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid/icon_drag"
|
|
id: "icon_drag"
|
|
pivot: PIVOT_NE
|
|
parent: "header"
|
|
inherit_alpha: true
|
|
size_mode: SIZE_MODE_AUTO
|
|
}
|
|
nodes {
|
|
position {
|
|
y: -70.0
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 100.0
|
|
}
|
|
color {
|
|
x: 0.129
|
|
y: 0.141
|
|
z: 0.157
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid/ui_circle_16"
|
|
id: "content"
|
|
pivot: PIVOT_S
|
|
adjust_mode: ADJUST_MODE_STRETCH
|
|
parent: "root"
|
|
inherit_alpha: true
|
|
slice9 {
|
|
x: 8.0
|
|
y: 8.0
|
|
z: 8.0
|
|
w: 8.0
|
|
}
|
|
clipping_mode: CLIPPING_MODE_STENCIL
|
|
material: "gui_stencil"
|
|
}
|
|
nodes {
|
|
size {
|
|
x: 8.0
|
|
y: 70.0
|
|
}
|
|
color {
|
|
x: 0.957
|
|
y: 0.608
|
|
z: 0.608
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid/pixel"
|
|
id: "prefab_line"
|
|
pivot: PIVOT_S
|
|
parent: "content"
|
|
inherit_alpha: true
|
|
}
|
|
nodes {
|
|
position {
|
|
x: -10.0
|
|
y: 4.0
|
|
}
|
|
size {
|
|
x: 8.0
|
|
y: 8.0
|
|
}
|
|
color {
|
|
x: 0.557
|
|
y: 0.835
|
|
z: 0.62
|
|
}
|
|
type: TYPE_BOX
|
|
texture: "druid/pixel"
|
|
id: "color_low"
|
|
parent: "content"
|
|
inherit_alpha: true
|
|
}
|
|
material: "/builtins/materials/gui.material"
|
|
adjust_reference: ADJUST_REFERENCE_PARENT
|
|
materials {
|
|
name: "gui_stencil"
|
|
material: "/druid/materials/stencil/gui_stencil.material"
|
|
}
|