Refactor save/load functionality; improve error messages and add save data timer
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user