Adds Ducks (#5997)

* Add Ducks

* Update cargo_livestock.yml
This commit is contained in:
ZeroDayDaemon
2022-01-03 02:47:35 -05:00
committed by GitHub
parent 947d0b5883
commit b45bd3b396
17 changed files with 268 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1,71 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC0-1.0",
"copyright": "Created By https://github.com/Mith-randalf",
"states": [
{
"name": "icon-0",
"delays": [
[
1
]
]
},
{
"name": "icon-1",
"delays": [
[
1
]
]
},
{
"name": "icon-2",
"delays": [
[
1
]
]
},
{
"name": "duck-0",
"directions": 4
},
{
"name": "duck-1",
"directions": 4
},
{
"name": "duck-2",
"directions": 4
},
{
"name": "dead-0",
"delays": [
[
1
]
]
},
{
"name": "dead-1",
"delays": [
[
1
]
]
},
{
"name": "dead-2",
"delays": [
[
1
]
]
}
]
}

View File

@@ -0,0 +1 @@
Eventually we'll have some kind of unifying "RandomSpriteStateComponent" but til now i'm just leaving these here in protest.