cooking comepete

This commit is contained in:
Tabby 2025-11-02 18:41:57 +11:00
parent c68d013bc1
commit f1799183f3
4 changed files with 17 additions and 7 deletions

View file

@ -29,6 +29,8 @@ func load_data():
save_new()
pass
print("Save Location: " + ProjectSettings.globalize_path(save_path))
func save_data():
ResourceSaver.save(save, save_path)
pass