Change opossum sprites | Add new pet poppy the safety opossum (#21672)

* Its better then what we have at least?

* weh2

* oops

* Last of it

* among us
This commit is contained in:
Vasilis
2023-12-16 15:34:54 +01:00
committed by GitHub
parent def0128a45
commit 96539f955b
10 changed files with 96 additions and 10 deletions

View File

@@ -1,23 +1,27 @@
{
"version": 1,
"size":
{
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Baystation12 at https://github.com/Baystation12/Baystation12/blob/c7442716b52ce4edeef5eaf5d2fc7c57a08a3f01/icons/mob/simple_animal/possum.dmi",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-NC-SA-3.0",
"copyright": "https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
"states":
[
"states": [
{
"name": "possum",
"directions": 4,
"delays": [[1],[1],[1],[1]]
"directions": 4
},
{
"name": "possum_dead",
"directions": 1,
"delays": [[1]]
"directions": 4
},
{
"name": "poppy",
"directions": 4
},
{
"name": "poppy_dead",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 723 B

View File

@@ -0,0 +1,21 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Taken from goonstation https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "possum_old",
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
{
"name": "possum_dead_old",
"directions": 1,
"delays": [[1]]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB