2023-01-14 20:28:28 +00:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://b7h36f4ai0qmq"]
|
2023-01-09 16:43:16 +00:00
|
|
|
|
2023-01-14 20:28:28 +00:00
|
|
|
[ext_resource type="Script" path="res://menu/ScoreBox.gd" id="1_exul7"]
|
|
|
|
|
|
|
|
[node name="ScoreBox" type="MarginContainer"]
|
2023-01-09 16:43:16 +00:00
|
|
|
theme_override_constants/margin_left = 5
|
|
|
|
theme_override_constants/margin_right = 5
|
2023-01-14 20:28:28 +00:00
|
|
|
script = ExtResource("1_exul7")
|
2023-01-09 16:43:16 +00:00
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
2023-01-09 20:01:41 +00:00
|
|
|
layout_mode = 2
|
2023-01-09 16:43:16 +00:00
|
|
|
alignment = 1
|
|
|
|
|
|
|
|
[node name="Name" type="Label" parent="HBoxContainer"]
|
2023-01-09 20:01:41 +00:00
|
|
|
layout_mode = 2
|
2023-01-09 16:43:16 +00:00
|
|
|
size_flags_horizontal = 2
|
|
|
|
text = "Steffo"
|
|
|
|
|
|
|
|
[node name="Score" type="Label" parent="HBoxContainer"]
|
2023-01-09 20:01:41 +00:00
|
|
|
layout_mode = 2
|
2023-01-09 16:43:16 +00:00
|
|
|
size_flags_horizontal = 10
|
|
|
|
text = "1512.50"
|