forked from team-sg/hero-mark-2
30 lines
714 B
Text
30 lines
714 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://menus/score_entry.gd" type="Script" id=2]
|
|
|
|
[node name="ScoreEntry" type="HBoxContainer"]
|
|
margin_right = 210.0
|
|
margin_bottom = 10.0
|
|
theme = ExtResource( 1 )
|
|
custom_constants/separation = 8
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Place" type="Label" parent="."]
|
|
margin_right = 21.0
|
|
margin_bottom = 10.0
|
|
text = " 0 "
|
|
|
|
[node name="User" type="Label" parent="."]
|
|
margin_left = 29.0
|
|
margin_right = 167.0
|
|
margin_bottom = 10.0
|
|
size_flags_horizontal = 3
|
|
text = "Username"
|
|
|
|
[node name="Score" type="Label" parent="."]
|
|
margin_left = 175.0
|
|
margin_right = 210.0
|
|
margin_bottom = 10.0
|
|
text = "00000"
|
|
align = 2
|