mirror of
https://codeberg.org/Melon-Bread/Comets.gd.git
synced 2025-07-06 22:54:36 -04:00
Added a High Score system
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user