diff --git a/Assets/Sprites/animals.yaml b/Assets/Sprites/animals.yaml deleted file mode 100644 index f3a934b..0000000 --- a/Assets/Sprites/animals.yaml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 60a910d7-89f0-4cf7-adbb-8958ba9f007f -source: animals.png -animations: - deer: - sets: - animal: - subsets: - west: - frames: - - x: 0 - y: 0 - width: 17 - height: 17 - origin_x: 10 - origin_y: 15 - shapes: - - key: body - circle: - radius: 6 - x: 10 - y: 10 diff --git a/Assets/Sprites/deer.yaml b/Assets/Sprites/deer.yaml new file mode 100644 index 0000000..4efbf87 --- /dev/null +++ b/Assets/Sprites/deer.yaml @@ -0,0 +1,98 @@ +uuid: 60a910d7-89f0-4cf7-adbb-8958ba9f007f +source: creatures.png +animations: + animal: + sets: + run: + subsets: + west: + frames: + - x: 92 + y: 0 + width: 23 + height: 19 + - x: 115 + y: 0 + width: 23 + height: 19 + north: + frames: + - x: 23 + y: 0 + width: 23 + height: 19 + - x: 46 + y: 0 + width: 23 + height: 19 + east: + frames: + - x: 230 + y: 0 + width: 23 + height: 19 + - x: 253 + y: 0 + width: 23 + height: 19 + south: + frames: + - x: 161 + y: 0 + width: 23 + height: 19 + - x: 184 + y: 0 + width: 23 + height: 19 + time: 180 + stand: + subsets: + west: + frames: + - x: 69 + y: 0 + width: 23 + height: 19 + shapes: + - key: body + circle: + radius: 6 + x: 11 + y: 10 + east: + frames: + - x: 207 + y: 0 + width: 23 + height: 19 + shapes: + - key: body + circle: + radius: 6 + x: 11 + y: 10 + south: + frames: + - x: 138 + y: 0 + width: 23 + height: 19 + shapes: + - key: body + circle: + radius: 6 + x: 11 + y: 10 + north: + frames: + - x: 0 + y: 0 + width: 23 + height: 19 + shapes: + - key: body + circle: + radius: 6 + x: 11 + y: 10