rewired signals and added savemanager and resource saving

This commit is contained in:
Luca 2024-09-26 21:37:19 +02:00
parent 0f5045dc22
commit f694d5c4f8
13 changed files with 138 additions and 87 deletions

View file

@ -19,7 +19,7 @@ func _process(delta) -> void:
save_timer = 0.0
# Save the game
SaveGame.save()
SaveManager.save_game()
save_button_held_down = false
else: