Behonker and Clown Spider (ready for merge) (#16678)

This commit is contained in:
brainfood1183
2023-06-15 03:47:36 +01:00
committed by GitHub
parent 0794043730
commit 4322faf5c9
25 changed files with 500 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,48 @@
{
"version": 1,
"size": {
"x": 64,
"y": 64
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by Alekshhh (github) and brainfood1183 (github) for ss14",
"states": [
{
"name": "alive",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "dead"
}
]
}