Refactor save/load functionality; improve error messages and add save data timer

This commit is contained in:
Kirill
2026-07-10 20:36:44 +03:00
parent 45cfc8c8ee
commit 5820bbc7b2
5 changed files with 83 additions and 33 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ var item_type = ""
func set_label(value: float) -> void:
#description.text = Global.format_number(value)
description.text = str(value)
description.text = Global.format_number(value)
#description.text = str(value)
func set_selection(flag: bool) -> void: