1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-10-16 06:17:31 +00:00
pineapple-surf/menu/ScoreBox.tscn
Stefano Pigozzi 23747addd1
Implement many post-jam details
- Do not kick to the main menu after reaching the goal
- Display the current player in yellow on the scoreboard
- Add a new leafpile on the sand islands
- Add timer and speedometer
2023-01-14 22:31:02 +01:00

22 lines
616 B
Text

[gd_scene load_steps=2 format=3 uid="uid://b7h36f4ai0qmq"]
[ext_resource type="Script" path="res://menu/ScoreBox.gd" id="1_exul7"]
[node name="ScoreBox" type="MarginContainer"]
theme_override_constants/margin_left = 5
theme_override_constants/margin_right = 5
script = ExtResource("1_exul7")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
alignment = 1
[node name="Name" type="Label" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 2
text = "Steffo"
[node name="Score" type="Label" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 10
text = "1512.50"