Fixes mistake (#1751)

Never again.
This commit is contained in:
AJCM-git
2020-08-16 19:29:47 -04:00
committed by GitHub
parent 0f7e62d414
commit c17dd97383
5 changed files with 0 additions and 78 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 848 B

View File

@@ -1,38 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "PPAP",
"copyright": "BIGBIGCHUNGUSBIGCHUNGUSBIGCHUNGUS",
"states": [
{
"name": "dead",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "chungster",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}