From 3b30fb5f848ec8908053ddf54cd176003606e86a Mon Sep 17 00:00:00 2001 From: KirbyKidJ <70983335+KirbyKid256@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:00:40 -0700 Subject: [PATCH] I forgot a few Conveyer Belt frames --- Assets/Sprites/Blocks/ConveyorBelt.json | 36 ++++++++++++++++++++++++ Assets/Sprites/Blocks/OnOffConveyor.json | 36 ++++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/Assets/Sprites/Blocks/ConveyorBelt.json b/Assets/Sprites/Blocks/ConveyorBelt.json index 1ce0bbc..f0a52d4 100644 --- a/Assets/Sprites/Blocks/ConveyorBelt.json +++ b/Assets/Sprites/Blocks/ConveyorBelt.json @@ -72,6 +72,42 @@ ], "mode": 0.0, "speed": 20.0 + }, + "Tile:4": { + "frames": [ + { + "duration": 1.0 + }, + { + "duration": 1.0 + }, + { + "duration": 1.0 + }, + { + "duration": 1.0 + } + ], + "mode": 0.0, + "speed": 20.0 + }, + "Tile:5": { + "frames": [ + { + "duration": 1.0 + }, + { + "duration": 1.0 + }, + { + "duration": 1.0 + }, + { + "duration": 1.0 + } + ], + "mode": 0.0, + "speed": 20.0 } } }, diff --git a/Assets/Sprites/Blocks/OnOffConveyor.json b/Assets/Sprites/Blocks/OnOffConveyor.json index 0adc017..c5706e0 100644 --- a/Assets/Sprites/Blocks/OnOffConveyor.json +++ b/Assets/Sprites/Blocks/OnOffConveyor.json @@ -72,6 +72,42 @@ ], "mode": 0.0, "speed": 30.0 + }, + "Tile:4": { + "frames": [ + { + "duration": 1.0 + }, + { + "duration": 1.0 + }, + { + "duration": 1.0 + }, + { + "duration": 1.0 + } + ], + "mode": 0.0, + "speed": 30.0 + }, + "Tile:5": { + "frames": [ + { + "duration": 1.0 + }, + { + "duration": 1.0 + }, + { + "duration": 1.0 + }, + { + "duration": 1.0 + } + ], + "mode": 0.0, + "speed": 30.0 } } },