This commit is contained in:
Insality
2024-11-20 23:36:04 +02:00
parent f2fa5320d2
commit 7ea8691fc5
104 changed files with 451 additions and 12743 deletions

View File

@@ -8,8 +8,8 @@ fonts {
font: "/example/assets/fonts/text_regular.font"
}
textures {
name: "druid"
texture: "/example/assets/druid.atlas"
name: "druid_example"
texture: "/example/assets/druid_example.atlas"
}
textures {
name: "druid_logo"
@@ -3919,6 +3919,109 @@ nodes {
parent: "property_slider/slider"
template_node_child: true
}
nodes {
type: TYPE_TEMPLATE
id: "example_memory_panel"
parent: "widgets"
inherit_alpha: true
template: "/example/examples/widgets/memory_panel/example_memory_panel.gui"
}
nodes {
type: TYPE_TEMPLATE
id: "example_memory_panel/memory_panel"
parent: "example_memory_panel"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/root"
parent: "example_memory_panel/memory_panel"
template_node_child: true
}
nodes {
type: TYPE_TEMPLATE
id: "example_memory_panel/memory_panel/mini_graph"
parent: "example_memory_panel/memory_panel/root"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/mini_graph/root"
parent: "example_memory_panel/memory_panel/mini_graph"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/mini_graph/header"
parent: "example_memory_panel/memory_panel/mini_graph/root"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "example_memory_panel/memory_panel/mini_graph/text_header"
parent: "example_memory_panel/memory_panel/mini_graph/header"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/mini_graph/icon_drag"
parent: "example_memory_panel/memory_panel/mini_graph/header"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/mini_graph/content"
parent: "example_memory_panel/memory_panel/mini_graph/root"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/mini_graph/prefab_line"
parent: "example_memory_panel/memory_panel/mini_graph/content"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/mini_graph/color_low"
parent: "example_memory_panel/memory_panel/mini_graph/content"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/content"
parent: "example_memory_panel/memory_panel/root"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "example_memory_panel/memory_panel/text_max_value"
parent: "example_memory_panel/memory_panel/content"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "example_memory_panel/memory_panel/text_per_second"
parent: "example_memory_panel/memory_panel/content"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/line_second_1"
parent: "example_memory_panel/memory_panel/content"
template_node_child: true
}
nodes {
type: TYPE_BOX
id: "example_memory_panel/memory_panel/line_second_2"
parent: "example_memory_panel/memory_panel/content"
template_node_child: true
}
nodes {
type: TYPE_TEXT
id: "example_memory_panel/memory_panel/text_memory"
parent: "example_memory_panel/memory_panel/content"
template_node_child: true
}
nodes {
position {
x: -20.0