From c43356d74336339813ba8f58300fbe32a6e61822 Mon Sep 17 00:00:00 2001 From: Insality Date: Sun, 26 Oct 2025 23:05:14 +0200 Subject: [PATCH] Update --- example/druid.gui | 42 +++++++++++++++ .../example_properties_panel.gui | 54 +++++++++++++++++++ game.project | 4 +- 3 files changed, 98 insertions(+), 2 deletions(-) diff --git a/example/druid.gui b/example/druid.gui index b8244ef..54017d6 100644 --- a/example/druid.gui +++ b/example/druid.gui @@ -4621,6 +4621,48 @@ nodes { parent: "properties_panel/property_vector3/field_z" template_node_child: true } +nodes { + type: TYPE_TEMPLATE + id: "properties_panel/property_button_small" + parent: "properties_panel/propeties" + template_node_child: true +} +nodes { + type: TYPE_BOX + id: "properties_panel/property_button_small/root" + parent: "properties_panel/property_button_small" + template_node_child: true +} +nodes { + type: TYPE_TEXT + id: "properties_panel/property_button_small/text_name" + parent: "properties_panel/property_button_small/root" + template_node_child: true +} +nodes { + type: TYPE_BOX + id: "properties_panel/property_button_small/E_Anchor" + parent: "properties_panel/property_button_small/root" + template_node_child: true +} +nodes { + type: TYPE_BOX + id: "properties_panel/property_button_small/button" + parent: "properties_panel/property_button_small/E_Anchor" + template_node_child: true +} +nodes { + type: TYPE_BOX + id: "properties_panel/property_button_small/selected" + parent: "properties_panel/property_button_small/button" + template_node_child: true +} +nodes { + type: TYPE_TEXT + id: "properties_panel/property_button_small/text_button" + parent: "properties_panel/property_button_small/button" + template_node_child: true +} nodes { type: TYPE_TEMPLATE id: "memory_panel" diff --git a/example/examples/widgets/properties_panel/example_properties_panel.gui b/example/examples/widgets/properties_panel/example_properties_panel.gui index c88910a..032830a 100644 --- a/example/examples/widgets/properties_panel/example_properties_panel.gui +++ b/example/examples/widgets/properties_panel/example_properties_panel.gui @@ -40,6 +40,18 @@ nodes { parent: "properties_panel/header" template_node_child: true } +nodes { + type: TYPE_BOX + id: "properties_panel/icon_refresh" + parent: "properties_panel/header" + template_node_child: true +} +nodes { + type: TYPE_BOX + id: "properties_panel/icon_back" + parent: "properties_panel/header" + template_node_child: true +} nodes { type: TYPE_BOX id: "properties_panel/content" @@ -568,5 +580,47 @@ nodes { parent: "properties_panel/property_vector3/field_z" template_node_child: true } +nodes { + type: TYPE_TEMPLATE + id: "properties_panel/property_button_small" + parent: "properties_panel/propeties" + template_node_child: true +} +nodes { + type: TYPE_BOX + id: "properties_panel/property_button_small/root" + parent: "properties_panel/property_button_small" + template_node_child: true +} +nodes { + type: TYPE_TEXT + id: "properties_panel/property_button_small/text_name" + parent: "properties_panel/property_button_small/root" + template_node_child: true +} +nodes { + type: TYPE_BOX + id: "properties_panel/property_button_small/E_Anchor" + parent: "properties_panel/property_button_small/root" + template_node_child: true +} +nodes { + type: TYPE_BOX + id: "properties_panel/property_button_small/button" + parent: "properties_panel/property_button_small/E_Anchor" + template_node_child: true +} +nodes { + type: TYPE_BOX + id: "properties_panel/property_button_small/selected" + parent: "properties_panel/property_button_small/button" + template_node_child: true +} +nodes { + type: TYPE_TEXT + id: "properties_panel/property_button_small/text_button" + parent: "properties_panel/property_button_small/button" + template_node_child: true +} material: "/builtins/materials/gui.material" adjust_reference: ADJUST_REFERENCE_PARENT diff --git a/game.project b/game.project index e1be0a5..2a3093d 100644 --- a/game.project +++ b/game.project @@ -23,7 +23,7 @@ dependencies#1 = https://github.com/Insality/defold-saver/archive/refs/tags/5.zi dependencies#2 = https://github.com/Insality/defold-tweener/archive/refs/tags/3.zip dependencies#3 = https://github.com/Insality/panthera/archive/refs/tags/runtime.4.zip dependencies#4 = https://github.com/Insality/defold-lang/archive/refs/tags/3.zip -dependencies#5 = https://github.com/Insality/defold-event/archive/refs/tags/12.zip +dependencies#5 = https://github.com/Insality/defold-event/archive/refs/tags/13.zip dependencies#6 = https://github.com/subsoap/defos/archive/refs/tags/v2.8.0.zip [library] @@ -58,7 +58,7 @@ cssfile = /builtins/manifests/web/dark_theme.css show_console_banner = 0 [native_extension] -app_manifest = +app_manifest = [graphics] texture_profiles = /builtins/graphics/default.texture_profiles