From 6665784a64d76ebd1609cd33ee4ec4007fdec36f Mon Sep 17 00:00:00 2001 From: hobbesjaap Date: Sun, 6 Apr 2025 13:13:40 +0800 Subject: [PATCH] updated to version 0.2 on release --- godot/2d_only.build | 18 +++++++++++++++++ godot/main_screen.tscn | 45 +++++++++++++++++++++--------------------- updater/update_text.md | 4 +++- 3 files changed, 43 insertions(+), 24 deletions(-) create mode 100644 godot/2d_only.build diff --git a/godot/2d_only.build b/godot/2d_only.build new file mode 100644 index 0000000..4909c80 --- /dev/null +++ b/godot/2d_only.build @@ -0,0 +1,18 @@ +{ + "disabled_build_options": { + "disable_3d": true, + "disable_3d_physics": true + }, + "disabled_classes": [ + "MultiplayerSpawner", + "MultiplayerSynchronizer", + "NavigationAgent3D", + "NavigationMeshSourceGeometryData3D", + "Node3D", + "Occluder3D", + "Shape3D", + "Texture3D", + "World3D" + ], + "type": "build_profile" +} \ No newline at end of file diff --git a/godot/main_screen.tscn b/godot/main_screen.tscn index 3583f57..4bd8d37 100644 --- a/godot/main_screen.tscn +++ b/godot/main_screen.tscn @@ -1845,7 +1845,6 @@ text = "BUT_CLEAR" [node name="ObservationWindow" type="CanvasLayer" parent="."] unique_name_in_owner = true -visible = false script = ExtResource("7") [node name="Panel" type="Panel" parent="ObservationWindow"] @@ -1863,9 +1862,9 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -offset_left = -453.0 +offset_left = -400.0 offset_top = 51.0 -offset_right = 453.0 +offset_right = 506.0 offset_bottom = 91.0 [node name="BehaviourOne" type="Button" parent="ObservationWindow/Panel/BehaviourButtons"] @@ -1900,9 +1899,9 @@ text = "Acronym1" [node name="BehaviourTitles" type="HBoxContainer" parent="ObservationWindow/Panel"] layout_mode = 0 -offset_left = 189.0 +offset_left = 240.0 offset_top = 330.0 -offset_right = 1095.0 +offset_right = 1146.0 offset_bottom = 370.0 [node name="BTitle1" type="Label" parent="ObservationWindow/Panel/BehaviourTitles"] @@ -1937,19 +1936,19 @@ text = "Title5" [node name="TimeRemaining" type="Label" parent="ObservationWindow/Panel"] layout_mode = 0 -offset_left = 532.0 -offset_top = 98.0 -offset_right = 572.0 -offset_bottom = 132.0 +offset_left = 656.0 +offset_top = 100.0 +offset_right = 696.0 +offset_bottom = 134.0 theme = ExtResource("1") text = "20" [node name="DescriptorTime" type="Label" parent="ObservationWindow/Panel"] layout_mode = 0 -offset_left = 581.0 -offset_top = 98.0 -offset_right = 784.0 -offset_bottom = 132.0 +offset_left = 712.0 +offset_top = 100.0 +offset_right = 915.0 +offset_bottom = 134.0 theme = ExtResource("1") text = "SEC_REM" @@ -1960,20 +1959,20 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -offset_left = -74.5 -offset_top = -274.5 -offset_right = 74.5 -offset_bottom = -234.5 +offset_left = -11.0 +offset_top = -275.0 +offset_right = 138.0 +offset_bottom = -235.0 grow_horizontal = 2 grow_vertical = 2 text = "BUT_STOPEAR" [node name="TimerBar" type="ProgressBar" parent="ObservationWindow/Panel"] layout_mode = 0 -offset_left = 406.0 -offset_top = 145.0 -offset_right = 891.0 -offset_bottom = 206.0 +offset_left = 462.0 +offset_top = 144.0 +offset_right = 947.0 +offset_bottom = 205.0 theme = ExtResource("1") max_value = 20.0 step = 1.0 @@ -1983,9 +1982,9 @@ script = ExtResource("10") [node name="DescriptorBox" type="HBoxContainer" parent="ObservationWindow/Panel"] layout_mode = 0 -offset_left = 361.0 +offset_left = 390.0 offset_top = 441.0 -offset_right = 966.0 +offset_right = 995.0 offset_bottom = 481.0 alignment = 1 diff --git a/updater/update_text.md b/updater/update_text.md index bba6b4b..1668f78 100644 --- a/updater/update_text.md +++ b/updater/update_text.md @@ -1,7 +1,9 @@ -6 April 2025 - Version 0.2 released +April 2025 - Version 0.2 released It's been a while! A new version of the Time Sampling Form is now available for your usage. Please let me know via info@jaapmarsman.com if you run into any issues. +As I'm picking up development on this app again, I've created a long list of improvements, but as you've seen, development can be a bit slow as this is strictly a hobby. + New features for this release: - Updated the user interface to be a bit more modern. Not completely happy with it yet, but it's a start.