Coin counter fix

This commit is contained in:
2024-10-26 11:45:49 +02:00
parent 9f62134048
commit 81debcd2fa
6 changed files with 56 additions and 40 deletions

View File

@ -337,3 +337,17 @@ scale = Vector2(1, 1.12)
theme_override_fonts/font = ExtResource("7_jqhk7")
theme_override_font_sizes/font_size = 8
text = "Made with <3 by Kilokem"
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Label2" type="Label" parent="CanvasLayer"]
offset_left = 739.0
offset_top = 608.0
offset_right = 1231.0
offset_bottom = 659.0
scale = Vector2(1, 1.12)
theme_override_fonts/font = ExtResource("7_jqhk7")
theme_override_font_sizes/font_size = 24
text = "Collected coins: 0🟡"
vertical_alignment = 3
autowrap_mode = 2