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

@ -18,9 +18,8 @@ config/icon="res://assets/logo/logo.png"
[autoload]
SaveManager="*res://resources/save_game/save_manager.gd"
UI="*res://ui/ui.gd"
SaveGame="*res://globals/save_game.gd"
SaveData="*res://resources/save_data.gd"
[display]
@ -35,7 +34,6 @@ window/handheld/orientation=1
folder_colors={
"res://assets/": "red",
"res://entities/": "blue",
"res://globals/": "gray",
"res://materials/": "pink",
"res://resources/": "yellow",
"res://ui/": "green"
@ -43,7 +41,7 @@ folder_colors={
[global_group]
Persist="Contains all nodes that need to be saved"
save_nodes=""
[input]