Added a High Score system

This commit is contained in:
2024-05-14 17:56:34 -04:00
parent 4a090f0d3d
commit 31f6939296
2 changed files with 32 additions and 2 deletions

View File

@ -27,6 +27,20 @@ theme_override_font_sizes/font_size = 32
text = "LEVEL: 1"
horizontal_alignment = 2
[node name="HighScore" type="Label" parent="UI"]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -96.0
offset_right = 96.0
offset_bottom = 39.0
grow_horizontal = 2
theme_override_fonts/font = ExtResource("2_gwtm0")
theme_override_font_sizes/font_size = 18
text = "HIGH SCORE:
0"
horizontal_alignment = 1
[node name="GameOverScreen" parent="UI" instance=ExtResource("3_yy075")]
visible = false