Scoreboard
This commit is contained in:
parent
66fbad750c
commit
17e809e95e
10 changed files with 151 additions and 4 deletions
22
gui/scoretable/player_score.tscn
Normal file
22
gui/scoretable/player_score.tscn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue