updated to version 0.2 on release

This commit is contained in:
Jaap Marsman 2025-04-06 13:13:40 +08:00
parent cea2d6fb3c
commit 6665784a64
3 changed files with 43 additions and 24 deletions

18
godot/2d_only.build Normal file
View File

@ -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"
}

View File

@ -1845,7 +1845,6 @@ text = "BUT_CLEAR"
[node name="ObservationWindow" type="CanvasLayer" parent="."] [node name="ObservationWindow" type="CanvasLayer" parent="."]
unique_name_in_owner = true unique_name_in_owner = true
visible = false
script = ExtResource("7") script = ExtResource("7")
[node name="Panel" type="Panel" parent="ObservationWindow"] [node name="Panel" type="Panel" parent="ObservationWindow"]
@ -1863,9 +1862,9 @@ anchor_left = 0.5
anchor_top = 0.5 anchor_top = 0.5
anchor_right = 0.5 anchor_right = 0.5
anchor_bottom = 0.5 anchor_bottom = 0.5
offset_left = -453.0 offset_left = -400.0
offset_top = 51.0 offset_top = 51.0
offset_right = 453.0 offset_right = 506.0
offset_bottom = 91.0 offset_bottom = 91.0
[node name="BehaviourOne" type="Button" parent="ObservationWindow/Panel/BehaviourButtons"] [node name="BehaviourOne" type="Button" parent="ObservationWindow/Panel/BehaviourButtons"]
@ -1900,9 +1899,9 @@ text = "Acronym1"
[node name="BehaviourTitles" type="HBoxContainer" parent="ObservationWindow/Panel"] [node name="BehaviourTitles" type="HBoxContainer" parent="ObservationWindow/Panel"]
layout_mode = 0 layout_mode = 0
offset_left = 189.0 offset_left = 240.0
offset_top = 330.0 offset_top = 330.0
offset_right = 1095.0 offset_right = 1146.0
offset_bottom = 370.0 offset_bottom = 370.0
[node name="BTitle1" type="Label" parent="ObservationWindow/Panel/BehaviourTitles"] [node name="BTitle1" type="Label" parent="ObservationWindow/Panel/BehaviourTitles"]
@ -1937,19 +1936,19 @@ text = "Title5"
[node name="TimeRemaining" type="Label" parent="ObservationWindow/Panel"] [node name="TimeRemaining" type="Label" parent="ObservationWindow/Panel"]
layout_mode = 0 layout_mode = 0
offset_left = 532.0 offset_left = 656.0
offset_top = 98.0 offset_top = 100.0
offset_right = 572.0 offset_right = 696.0
offset_bottom = 132.0 offset_bottom = 134.0
theme = ExtResource("1") theme = ExtResource("1")
text = "20" text = "20"
[node name="DescriptorTime" type="Label" parent="ObservationWindow/Panel"] [node name="DescriptorTime" type="Label" parent="ObservationWindow/Panel"]
layout_mode = 0 layout_mode = 0
offset_left = 581.0 offset_left = 712.0
offset_top = 98.0 offset_top = 100.0
offset_right = 784.0 offset_right = 915.0
offset_bottom = 132.0 offset_bottom = 134.0
theme = ExtResource("1") theme = ExtResource("1")
text = "SEC_REM" text = "SEC_REM"
@ -1960,20 +1959,20 @@ anchor_left = 0.5
anchor_top = 0.5 anchor_top = 0.5
anchor_right = 0.5 anchor_right = 0.5
anchor_bottom = 0.5 anchor_bottom = 0.5
offset_left = -74.5 offset_left = -11.0
offset_top = -274.5 offset_top = -275.0
offset_right = 74.5 offset_right = 138.0
offset_bottom = -234.5 offset_bottom = -235.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
text = "BUT_STOPEAR" text = "BUT_STOPEAR"
[node name="TimerBar" type="ProgressBar" parent="ObservationWindow/Panel"] [node name="TimerBar" type="ProgressBar" parent="ObservationWindow/Panel"]
layout_mode = 0 layout_mode = 0
offset_left = 406.0 offset_left = 462.0
offset_top = 145.0 offset_top = 144.0
offset_right = 891.0 offset_right = 947.0
offset_bottom = 206.0 offset_bottom = 205.0
theme = ExtResource("1") theme = ExtResource("1")
max_value = 20.0 max_value = 20.0
step = 1.0 step = 1.0
@ -1983,9 +1982,9 @@ script = ExtResource("10")
[node name="DescriptorBox" type="HBoxContainer" parent="ObservationWindow/Panel"] [node name="DescriptorBox" type="HBoxContainer" parent="ObservationWindow/Panel"]
layout_mode = 0 layout_mode = 0
offset_left = 361.0 offset_left = 390.0
offset_top = 441.0 offset_top = 441.0
offset_right = 966.0 offset_right = 995.0
offset_bottom = 481.0 offset_bottom = 481.0
alignment = 1 alignment = 1

View File

@ -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. 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: 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. - Updated the user interface to be a bit more modern. Not completely happy with it yet, but it's a start.