From c5c38115ad989db3a66f3f920accb5e9431fd05c Mon Sep 17 00:00:00 2001 From: kts of kettek Date: Sun, 30 Jan 2022 02:26:43 -0800 Subject: [PATCH] Add new animals --- Assets/Sprites/deer.yaml | 24 ++++---- Assets/Sprites/nutria.yaml | 26 ++++----- Assets/Sprites/rabbit.yaml | 102 +++++++++++++++++++++++++++++++++ Assets/Sprites/salamander.yaml | 102 +++++++++++++++++++++++++++++++++ Assets/Sprites/turkey.yaml | 24 ++++---- 5 files changed, 241 insertions(+), 37 deletions(-) create mode 100644 Assets/Sprites/rabbit.yaml create mode 100644 Assets/Sprites/salamander.yaml diff --git a/Assets/Sprites/deer.yaml b/Assets/Sprites/deer.yaml index be9a137..3717b33 100644 --- a/Assets/Sprites/deer.yaml +++ b/Assets/Sprites/deer.yaml @@ -8,41 +8,41 @@ animations: west: frames: - x: 92 - y: 38 + y: 76 width: 23 height: 19 - x: 115 - y: 38 + y: 76 width: 23 height: 19 north: frames: - x: 23 - y: 38 + y: 76 width: 23 height: 19 - x: 46 - y: 38 + y: 76 width: 23 height: 19 east: frames: - x: 230 - y: 38 + y: 76 width: 23 height: 19 - x: 253 - y: 38 + y: 76 width: 23 height: 19 south: frames: - x: 161 - y: 38 + y: 76 width: 23 height: 19 - x: 184 - y: 38 + y: 76 width: 23 height: 19 time: 180 @@ -53,7 +53,7 @@ animations: west: frames: - x: 69 - y: 38 + y: 76 width: 23 height: 19 shapes: @@ -65,7 +65,7 @@ animations: east: frames: - x: 207 - y: 38 + y: 76 width: 23 height: 19 shapes: @@ -77,7 +77,7 @@ animations: south: frames: - x: 138 - y: 38 + y: 76 width: 23 height: 19 shapes: @@ -89,7 +89,7 @@ animations: north: frames: - x: 0 - y: 38 + y: 76 width: 23 height: 19 shapes: diff --git a/Assets/Sprites/nutria.yaml b/Assets/Sprites/nutria.yaml index 0e7f5f1..ae836b3 100644 --- a/Assets/Sprites/nutria.yaml +++ b/Assets/Sprites/nutria.yaml @@ -8,41 +8,41 @@ animations: west: frames: - x: 92 - y: 0 + y: 38 width: 23 height: 19 - x: 115 - y: 0 + y: 38 width: 23 height: 19 north: frames: - x: 23 - y: 0 + y: 38 width: 23 height: 19 - x: 46 - y: 0 + y: 38 width: 23 height: 19 east: frames: - x: 230 - y: 0 + y: 38 width: 23 height: 19 - x: 253 - y: 0 + y: 38 width: 23 height: 19 south: frames: - x: 161 - y: 0 + y: 38 width: 23 height: 19 - x: 184 - y: 0 + y: 38 width: 23 height: 19 time: 180 @@ -53,7 +53,7 @@ animations: west: frames: - x: 69 - y: 0 + y: 38 width: 23 height: 19 shapes: @@ -61,11 +61,11 @@ animations: circle: radius: 4 x: 11 - y: 12 + y: 10 east: frames: - x: 207 - y: 0 + y: 38 width: 23 height: 19 shapes: @@ -77,7 +77,7 @@ animations: south: frames: - x: 138 - y: 0 + y: 38 width: 23 height: 19 shapes: @@ -89,7 +89,7 @@ animations: north: frames: - x: 0 - y: 0 + y: 38 width: 23 height: 19 shapes: diff --git a/Assets/Sprites/rabbit.yaml b/Assets/Sprites/rabbit.yaml new file mode 100644 index 0000000..4747911 --- /dev/null +++ b/Assets/Sprites/rabbit.yaml @@ -0,0 +1,102 @@ +uuid: 60a910d7-89f0-4cf7-adbb-8958ba9f007f +source: creatures.png +animations: + animal: + sets: + run: + subsets: + west: + frames: + - x: 92 + y: 19 + width: 23 + height: 19 + - x: 115 + y: 19 + width: 23 + height: 19 + north: + frames: + - x: 23 + y: 19 + width: 23 + height: 19 + - x: 46 + y: 19 + width: 23 + height: 19 + east: + frames: + - x: 230 + y: 19 + width: 23 + height: 19 + - x: 253 + y: 19 + width: 23 + height: 19 + south: + frames: + - x: 161 + y: 19 + width: 23 + height: 19 + - x: 184 + y: 19 + width: 23 + height: 19 + time: 180 + origin_x: 0 + origin_y: 0 + stand: + subsets: + west: + frames: + - x: 69 + y: 19 + width: 23 + height: 19 + shapes: + - key: body + circle: + radius: 4 + x: 11 + y: 10 + east: + frames: + - x: 207 + y: 19 + width: 23 + height: 19 + shapes: + - key: body + circle: + radius: 6 + x: 11 + y: 10 + south: + frames: + - x: 138 + y: 19 + width: 23 + height: 19 + shapes: + - key: body + circle: + radius: 6 + x: 11 + y: 10 + north: + frames: + - x: 0 + y: 19 + width: 23 + height: 19 + shapes: + - key: body + circle: + radius: 6 + x: 11 + y: 10 + origin_x: 0 + origin_y: 0 diff --git a/Assets/Sprites/salamander.yaml b/Assets/Sprites/salamander.yaml new file mode 100644 index 0000000..0e7f5f1 --- /dev/null +++ b/Assets/Sprites/salamander.yaml @@ -0,0 +1,102 @@ +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 + origin_x: 0 + origin_y: 0 + stand: + subsets: + west: + frames: + - x: 69 + y: 0 + width: 23 + height: 19 + shapes: + - key: body + circle: + radius: 4 + x: 11 + y: 12 + 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 + origin_x: 0 + origin_y: 0 diff --git a/Assets/Sprites/turkey.yaml b/Assets/Sprites/turkey.yaml index 4747911..a2ccee9 100644 --- a/Assets/Sprites/turkey.yaml +++ b/Assets/Sprites/turkey.yaml @@ -8,41 +8,41 @@ animations: west: frames: - x: 92 - y: 19 + y: 57 width: 23 height: 19 - x: 115 - y: 19 + y: 57 width: 23 height: 19 north: frames: - x: 23 - y: 19 + y: 57 width: 23 height: 19 - x: 46 - y: 19 + y: 57 width: 23 height: 19 east: frames: - x: 230 - y: 19 + y: 57 width: 23 height: 19 - x: 253 - y: 19 + y: 57 width: 23 height: 19 south: frames: - x: 161 - y: 19 + y: 57 width: 23 height: 19 - x: 184 - y: 19 + y: 57 width: 23 height: 19 time: 180 @@ -53,7 +53,7 @@ animations: west: frames: - x: 69 - y: 19 + y: 57 width: 23 height: 19 shapes: @@ -65,7 +65,7 @@ animations: east: frames: - x: 207 - y: 19 + y: 57 width: 23 height: 19 shapes: @@ -77,7 +77,7 @@ animations: south: frames: - x: 138 - y: 19 + y: 57 width: 23 height: 19 shapes: @@ -89,7 +89,7 @@ animations: north: frames: - x: 0 - y: 19 + y: 57 width: 23 height: 19 shapes: