24 lines
654 B
Plaintext
24 lines
654 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://cbfi024gnq3ec"]
|
|
|
|
[ext_resource type="Script" path="res://scene/points_settlement_mono.gd" id="1_im3m7"]
|
|
|
|
[node name="points_settlement_mono" type="HBoxContainer"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
size_flags_horizontal = 3
|
|
script = ExtResource("1_im3m7")
|
|
|
|
[node name="key" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "结算详情:"
|
|
|
|
[node name="value" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "9999"
|