page fix
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user