1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-22 07:44:20 +00:00
pineapple-surf/menu/ScoreBox.tscn

23 lines
616 B
Text
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://b7h36f4ai0qmq"]
2023-01-09 16:43:16 +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
script = ExtResource("1_exul7")
2023-01-09 16:43:16 +00:00
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
2023-01-09 16:43:16 +00:00
alignment = 1
[node name="Name" type="Label" parent="HBoxContainer"]
layout_mode = 2
2023-01-09 16:43:16 +00:00
size_flags_horizontal = 2
text = "Steffo"
[node name="Score" type="Label" parent="HBoxContainer"]
layout_mode = 2
2023-01-09 16:43:16 +00:00
size_flags_horizontal = 10
text = "1512.50"