Files
Druid-Extension/example/other/go_bindings/go_widget.gui
2025-11-10 22:34:41 +02:00

67 lines
1.0 KiB
Plaintext

script: "/druid/druid_widget.gui_script"
fonts {
name: "druid_text_bold"
font: "/druid/fonts/druid_text_bold.font"
}
textures {
name: "druid"
texture: "/druid/druid.atlas"
}
nodes {
type: TYPE_BOX
texture: "druid/empty"
id: "root"
inherit_alpha: true
size_mode: SIZE_MODE_AUTO
}
nodes {
position {
y: 20.0
}
size {
x: 32.0
y: 120.0
}
type: TYPE_BOX
texture: "druid/ui_circle_32"
id: "circle"
pivot: PIVOT_S
parent: "root"
inherit_alpha: true
slice9 {
x: 16.0
y: 16.0
z: 16.0
w: 16.0
}
}
nodes {
position {
y: 190.0
}
size {
x: 200.0
y: 100.0
}
type: TYPE_TEXT
text: "20"
font: "druid_text_bold"
id: "text"
parent: "root"
inherit_alpha: true
outline_alpha: 0.0
shadow_alpha: 0.0
}
nodes {
position {
x: 233.0
y: 127.0
}
type: TYPE_TEMPLATE
id: "memory_panel"
inherit_alpha: true
template: "/druid/widget/memory_panel/memory_panel.gui"
}
material: "/druid/materials/gui_world/gui_world.material"
adjust_reference: ADJUST_REFERENCE_DISABLED