Refactor formatting functions and improve item production logic; update UI components for better layout and usability
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user