There! you can now reset your campaign WITHOUT worrying about deleting everything else

This commit is contained in:
JHDev2006
2025-09-25 17:08:52 +01:00
parent 402440853b
commit caff518d5d
7 changed files with 109 additions and 36 deletions

View File

@@ -34,7 +34,7 @@ var update_on_spawn := true
func _init() -> void:
set_process_mode(Node.PROCESS_MODE_ALWAYS)
func _ready() -> void:
func _enter_tree() -> void:
safety_check()
if update_on_spawn:
update_resource()