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

@@ -106,3 +106,7 @@ func select() -> void:
func close() -> void:
active = false
hide()
func on_selected() -> void:
pass # Replace with function body.

View File

@@ -196,3 +196,7 @@ func cleanup() -> void:
func close() -> void:
active = false
hide()
func on_level_selected() -> void:
pass # Replace with function body.