mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 23:34:21 +00:00
Stefano Pigozzi
23747addd1
- 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
22 lines
616 B
Text
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"
|