grabbable extinguisher

This commit is contained in:
Guillaume Vern
2025-10-09 09:03:34 +02:00
parent 7cb5d389d2
commit 4693cfb552
26 changed files with 1647 additions and 476 deletions
+11 -2
View File
@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://cl8q8f32imusk"]
[ext_resource type="Script" path="res://game/start_scene/start_ui.gd" id="1_n87es"]
[ext_resource type="Script" uid="uid://cck20btlm3owa" path="res://game/start_scene/start_ui.gd" id="1_n87es"]
[node name="StartUI" type="CenterContainer"]
anchors_preset = 15
@@ -55,6 +55,7 @@ layout_mode = 2
text = "Back"
[node name="LoadGame" type="VBoxContainer" parent="."]
visible = false
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/separation = 5
@@ -86,7 +87,6 @@ theme_override_font_sizes/font_size = 25
text = "Back "
[node name="Options" type="VBoxContainer" parent="."]
visible = false
layout_mode = 2
[node name="BackBtn" type="Button" parent="Options"]
@@ -94,6 +94,15 @@ layout_mode = 2
theme_override_font_sizes/font_size = 25
text = "Back "
[node name="SmoothTurnBtn" type="CheckButton" parent="Options"]
layout_mode = 2
[node name="SmoothMoveBtn" type="CheckButton" parent="Options"]
layout_mode = 2
[node name="ComfortVignetteBtn" type="CheckButton" parent="Options"]
layout_mode = 2
[connection signal="pressed" from="MainMenu/NewGameBtn" to="." method="_on_new_game_btn_pressed"]
[connection signal="pressed" from="MainMenu/LoadGameBtn" to="." method="_on_load_game_btn_pressed"]
[connection signal="pressed" from="MainMenu/OptionsBtn" to="." method="_on_options_btn_pressed"]