This commit is contained in:
Kirill
2026-06-24 23:25:55 +03:00
parent 2d2979a1cf
commit b41ccdb659
8 changed files with 64 additions and 33 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ var item_type = ""
func set_label(value: float) -> void:
description.text = Global.format_number(value)
#description.text = Global.format_number(value)
description.text = str(value)
func set_selection(flag: bool) -> void: