Fix 29
All checks were successful
Build / build (push) Successful in 1m18s

This commit is contained in:
2025-06-07 23:31:44 +02:00
parent b1ffda018b
commit 9ed0852a50
27 changed files with 119 additions and 105 deletions

24
scenes/HUD.tscn Executable file → Normal file
View File

@@ -1,19 +1,19 @@
[gd_scene load_steps=2 format=2]
[gd_scene load_steps=2 format=3 uid="uid://1i57uk48okl"]
[ext_resource path="res://scripts/HUD.gd" type="Script" id=1]
[ext_resource type="Script" uid="uid://erod776k1xf7" path="res://scripts/HUD.gd" id="1"]
[node name="HUD" type="Control"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 1.0
anchor_bottom = 1.0
pivot_offset = Vector2( 0, 0 )
pivot_offset = Vector2(0, 0)
clip_contents = false
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
script = ExtResource( 1 )
script = ExtResource("1")
[node name="ThemeButtons" type="HBoxContainer" parent="."]
anchor_left = 0.0
@@ -24,7 +24,7 @@ offset_left = 1.0
offset_top = 84.0
offset_right = 496.0
offset_bottom = 196.0
pivot_offset = Vector2( 0, 0 )
pivot_offset = Vector2(0, 0)
clip_contents = false
mouse_filter = 1
mouse_default_cursor_shape = 0
@@ -39,7 +39,7 @@ anchor_right = 0.0
anchor_bottom = 0.0
offset_right = 63.0
offset_bottom = 112.0
pivot_offset = Vector2( 0, 0 )
pivot_offset = Vector2(0, 0)
clip_contents = false
focus_mode = 2
mouse_filter = 0
@@ -62,7 +62,7 @@ anchor_bottom = 0.0
offset_left = 67.0
offset_right = 130.0
offset_bottom = 112.0
pivot_offset = Vector2( 0, 0 )
pivot_offset = Vector2(0, 0)
clip_contents = false
focus_mode = 2
mouse_filter = 0
@@ -85,7 +85,7 @@ anchor_bottom = 0.0
offset_left = 134.0
offset_right = 197.0
offset_bottom = 112.0
pivot_offset = Vector2( 0, 0 )
pivot_offset = Vector2(0, 0)
clip_contents = false
focus_mode = 2
mouse_filter = 0
@@ -107,7 +107,7 @@ anchor_right = 0.0
anchor_bottom = 0.0
offset_right = 203.0
offset_bottom = 78.0
pivot_offset = Vector2( 0, 0 )
pivot_offset = Vector2(0, 0)
clip_contents = false
focus_mode = 2
mouse_filter = 0
@@ -122,7 +122,7 @@ text = "START"
flat = false
align = 1
[connection signal="pressed" from="ThemeButtons/Theme1" to="." method="_on_Theme_Button_pressed" binds= [ 0 ]]
[connection signal="pressed" from="ThemeButtons/Theme2" to="." method="_on_Theme_Button_pressed" binds= [ 1 ]]
[connection signal="pressed" from="ThemeButtons/Theme3" to="." method="_on_Theme_Button_pressed" binds= [ 2 ]]
[connection signal="pressed" from="ThemeButtons/Theme1" to="." method="_on_Theme_Button_pressed" binds= [0]]
[connection signal="pressed" from="ThemeButtons/Theme2" to="." method="_on_Theme_Button_pressed" binds= [1]]
[connection signal="pressed" from="ThemeButtons/Theme3" to="." method="_on_Theme_Button_pressed" binds= [2]]
[connection signal="pressed" from="StartButton" to="." method="_on_StartButton_pressed"]