Merge pull request #538 from nabbup/main

Flashing sprite fixups
This commit is contained in:
guzlad
2025-10-10 00:22:19 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,6 @@
[0, 0, 16, 16],
[0, 0, 16, 16],
[0, 0, 16, 16],
[0, 0, 16, 16],
[16, 0, 16, 16],
[32, 0, 16, 16],
[16, 0, 16, 16],

View File

@@ -204,6 +204,7 @@ offset_right = 40.0
offset_bottom = 40.0
[node name="Icon" type="AnimatedSprite2D" parent="Main/CoinCount/KeyCount"]
process_mode = 1
position = Vector2(0, -8)
centered = false
script = ExtResource("2_cbrve")
@@ -245,6 +246,7 @@ theme_override_fonts/font = ExtResource("17_2w8b3")
text = "*03"
[node name="CoinIcon" type="AnimatedSprite2D" parent="Main/CoinCount"]
process_mode = 1
sprite_frames = SubResource("SpriteFrames_40ba1")
autoplay = "default"
frame_progress = 0.132926
@@ -609,6 +611,7 @@ offset_bottom = 44.0
size_flags_vertical = 8
[node name="Coin" type="AnimatedSprite2D" parent="ModernHUD/TopLeft/CoinCount"]
process_mode = 1
position = Vector2(4, 0)
sprite_frames = SubResource("SpriteFrames_40ba1")
autoplay = "default"
@@ -868,6 +871,7 @@ offset_right = 60.0
offset_bottom = 108.0
[node name="Icon" type="AnimatedSprite2D" parent="ModernHUD/TopLeft/ModernKeyCount"]
process_mode = 1
position = Vector2(0, -8)
centered = false
script = ExtResource("2_cbrve")