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
+1
View File
@@ -6,6 +6,7 @@
[node name="Actions" type="HBoxContainer" unique_id=503388208]
custom_minimum_size = Vector2(0, 216)
theme_override_constants/separation = 0
script = ExtResource("1_cjivn")
[node name="ActionControl0" type="Control" parent="." unique_id=1275614326]
+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: