From 5a9cbc4dc485be6375b192177db89c775cc8a495 Mon Sep 17 00:00:00 2001 From: kts of kettek Date: Sun, 30 Jan 2022 14:43:31 -0800 Subject: [PATCH] Add turkey monster --- Assets/Sprites/turkey.yaml | 148 +++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) diff --git a/Assets/Sprites/turkey.yaml b/Assets/Sprites/turkey.yaml index a2ccee9..048ba1f 100644 --- a/Assets/Sprites/turkey.yaml +++ b/Assets/Sprites/turkey.yaml @@ -100,3 +100,151 @@ animations: y: 10 origin_x: 0 origin_y: 0 + monster: + sets: + attack: + subsets: + north: + frames: + - x: 75 + y: 300 + width: 75 + height: 75 + - x: 150 + y: 300 + width: 75 + height: 75 + east: + frames: + - x: 75 + y: 525 + width: 75 + height: 75 + - x: 150 + y: 525 + width: 75 + height: 75 + west: + frames: + - x: 75 + y: 375 + width: 75 + height: 75 + - x: 150 + y: 375 + width: 75 + height: 75 + south: + frames: + - x: 75 + y: 450 + width: 75 + height: 75 + - x: 150 + y: 450 + width: 75 + height: 75 + run: + subsets: + north: + frames: + - x: 225 + y: 300 + width: 75 + height: 75 + - x: 300 + y: 300 + width: 75 + height: 75 + - x: 375 + y: 300 + width: 75 + height: 75 + - x: 450 + y: 300 + width: 75 + height: 75 + west: + frames: + - x: 225 + y: 375 + width: 75 + height: 75 + - x: 300 + y: 375 + width: 75 + height: 75 + - x: 375 + y: 375 + width: 75 + height: 75 + - x: 450 + y: 375 + width: 75 + height: 75 + south: + frames: + - x: 225 + y: 450 + width: 75 + height: 75 + - x: 300 + y: 450 + width: 75 + height: 75 + - x: 375 + y: 450 + width: 75 + height: 75 + - x: 450 + y: 450 + width: 75 + height: 75 + east: + frames: + - x: 225 + y: 525 + width: 75 + height: 75 + - x: 300 + y: 525 + width: 75 + height: 75 + - x: 375 + y: 525 + width: 75 + height: 75 + - x: 450 + y: 525 + width: 75 + height: 75 + stand: + subsets: + north: + frames: + - x: 0 + y: 300 + width: 75 + height: 75 + west: + frames: + - x: 0 + y: 375 + width: 75 + height: 75 + south: + frames: + - x: 0 + y: 450 + width: 75 + height: 75 + east: + frames: + - x: 0 + y: 525 + width: 75 + height: 75 + source: monsters.png + time: 180 + origin_x: 37 + origin_y: 48