Refactor formatting functions and improve item production logic; update UI components for better layout and usability

This commit is contained in:
Kirill
2026-06-21 17:27:31 +03:00
parent 934d890887
commit 2d2979a1cf
10 changed files with 115 additions and 61 deletions
+4
View File
@@ -19,6 +19,10 @@ var item_sub_page: int = -1
var item_type = ""
func set_label(value: float) -> void:
description.text = Global.format_number(value)
func set_selection(flag: bool) -> void:
selection.visible = flag