22 lines
691 B
Text
22 lines
691 B
Text
[gd_scene load_steps=2 format=3 uid="uid://s4md6vpalgi3"]
|
|
|
|
[ext_resource type="Script" uid="uid://bj34bnaxmdjcd" path="res://gui/scoretable/player_score.gd" id="1_hkkte"]
|
|
|
|
[node name="PlayerScore" type="HBoxContainer"]
|
|
custom_minimum_size = Vector2(300, 0)
|
|
offset_right = 450.0
|
|
offset_bottom = 59.0
|
|
script = ExtResource("1_hkkte")
|
|
|
|
[node name="PlayerNickname" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 3.0
|
|
|
|
[node name="Money" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[connection signal="visibility_changed" from="." to="." method="_on_visibility_changed"]
|