diff --git a/Assets/Sprites/deer.yaml b/Assets/Sprites/deer.yaml index 3717b33..a627ff5 100644 --- a/Assets/Sprites/deer.yaml +++ b/Assets/Sprites/deer.yaml @@ -100,3 +100,151 @@ animations: y: 10 origin_x: 0 origin_y: 0 + monster: + sets: + stand: + subsets: + north: + frames: + - x: 0 + y: 0 + width: 75 + height: 75 + south: + frames: + - x: 0 + y: 150 + width: 75 + height: 75 + west: + frames: + - x: 0 + y: 75 + width: 75 + height: 75 + east: + frames: + - x: 0 + y: 225 + width: 75 + height: 75 + run: + subsets: + north: + frames: + - x: 225 + y: 0 + width: 75 + height: 75 + - x: 300 + y: 0 + width: 75 + height: 75 + - x: 375 + y: 0 + width: 75 + height: 75 + - x: 450 + y: 0 + width: 75 + height: 75 + east: + frames: + - x: 225 + y: 225 + width: 75 + height: 75 + - x: 300 + y: 225 + width: 75 + height: 75 + - x: 375 + y: 225 + width: 75 + height: 75 + - x: 450 + y: 225 + width: 75 + height: 75 + west: + frames: + - x: 225 + y: 75 + width: 75 + height: 75 + - x: 300 + y: 75 + width: 75 + height: 75 + - x: 375 + y: 75 + width: 75 + height: 75 + - x: 450 + y: 75 + width: 75 + height: 75 + south: + frames: + - x: 225 + y: 150 + width: 75 + height: 75 + - x: 300 + y: 150 + width: 75 + height: 75 + - x: 375 + y: 150 + width: 75 + height: 75 + - x: 450 + y: 150 + width: 75 + height: 75 + attack: + subsets: + east: + frames: + - x: 75 + y: 225 + width: 75 + height: 75 + - x: 150 + y: 225 + width: 75 + height: 75 + west: + frames: + - x: 75 + y: 75 + width: 75 + height: 75 + - x: 150 + y: 75 + width: 75 + height: 75 + south: + frames: + - x: 75 + y: 150 + width: 75 + height: 75 + - x: 150 + y: 150 + width: 75 + height: 75 + north: + frames: + - x: 75 + y: 0 + width: 75 + height: 75 + - x: 150 + y: 0 + width: 75 + height: 75 + source: monsters.png + time: 180 + origin_x: 37 + origin_y: 44