From 5b403198427e98788d3966b4b960f2e86460e7e0 Mon Sep 17 00:00:00 2001 From: Ramona Date: Wed, 8 Oct 2025 19:43:21 -0400 Subject: [PATCH 1/3] Make Coin HUD sprite pause-able to match objects --- Scenes/Prefabs/GameHud.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/Scenes/Prefabs/GameHud.tscn b/Scenes/Prefabs/GameHud.tscn index 677415db..bd4c798d 100644 --- a/Scenes/Prefabs/GameHud.tscn +++ b/Scenes/Prefabs/GameHud.tscn @@ -245,6 +245,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 From 2170d0b1a458c3d7a27a631ad159d88aa2c0b2ee Mon Sep 17 00:00:00 2001 From: Ramona Date: Wed, 8 Oct 2025 19:46:23 -0400 Subject: [PATCH 2/3] ? Block timing matches other flashing objects now --- Assets/Sprites/Blocks/QuestionBlock.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Sprites/Blocks/QuestionBlock.json b/Assets/Sprites/Blocks/QuestionBlock.json index 60a34107..4a12253b 100644 --- a/Assets/Sprites/Blocks/QuestionBlock.json +++ b/Assets/Sprites/Blocks/QuestionBlock.json @@ -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], From 46d7ef5a1fef0d36dad15662f2f720b855152062 Mon Sep 17 00:00:00 2001 From: Ramona Date: Wed, 8 Oct 2025 20:07:05 -0400 Subject: [PATCH 3/3] forgot about Modern UI and Key icon --- Scenes/Prefabs/GameHud.tscn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scenes/Prefabs/GameHud.tscn b/Scenes/Prefabs/GameHud.tscn index bd4c798d..5edd6a4c 100644 --- a/Scenes/Prefabs/GameHud.tscn +++ b/Scenes/Prefabs/GameHud.tscn @@ -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") @@ -610,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" @@ -869,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")