scoreboards screen implemented!

This commit is contained in:
Haze Weathers 2023-10-13 01:23:14 -04:00
parent 4fa7f1ff56
commit 377b7b2211
5 changed files with 181 additions and 26 deletions

View file

@ -9,6 +9,8 @@ margin_bottom = 10.0
theme = ExtResource( 1 )
custom_constants/separation = 8
script = ExtResource( 2 )
user = "--------"
score = "-----"
[node name="Place" type="Label" parent="."]
margin_right = 21.0
@ -20,11 +22,11 @@ margin_left = 29.0
margin_right = 167.0
margin_bottom = 10.0
size_flags_horizontal = 3
text = "Username"
text = "--------"
[node name="Score" type="Label" parent="."]
margin_left = 175.0
margin_right = 210.0
margin_bottom = 10.0
text = "00000"
text = "-----"
align = 2