More tweaks but broke the enemy script

This commit is contained in:
derek
2024-12-03 13:27:44 -06:00
parent 299257e0d9
commit ad11da38f8
23 changed files with 194 additions and 86 deletions

View File

@@ -95,13 +95,6 @@ theme_override_fonts/font = ExtResource("3_4nq4f")
theme_override_font_sizes/font_size = 150
text = "Resume"
[node name="Load" type="Button" parent="MarginContainer/VBoxContainer"]
visible = false
layout_mode = 2
theme_override_fonts/font = ExtResource("3_4nq4f")
theme_override_font_sizes/font_size = 150
text = "load"
[node name="Save & Quit" type="Button" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("3_4nq4f")
@@ -109,5 +102,4 @@ theme_override_font_sizes/font_size = 150
text = "Save & Quit"
[connection signal="pressed" from="MarginContainer/VBoxContainer/Resume" to="." method="_on_resume_pressed"]
[connection signal="pressed" from="MarginContainer/VBoxContainer/Load" to="." method="_on_load_pressed"]
[connection signal="pressed" from="MarginContainer/VBoxContainer/Save & Quit" to="." method="_on_save__quit_pressed"]