can save and load player loc/rot and held guns

This commit is contained in:
derek
2024-12-02 14:59:43 -06:00
parent 842cc7ecfd
commit eee708c7f1
9 changed files with 110 additions and 12 deletions

View File

@@ -95,6 +95,12 @@ theme_override_fonts/font = ExtResource("3_4nq4f")
theme_override_font_sizes/font_size = 150
text = "Resume"
[node name="Load" type="Button" parent="MarginContainer/VBoxContainer"]
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")
@@ -102,4 +108,5 @@ 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"]