19 lines
260 B
JSON
19 lines
260 B
JSON
{
|
|
"version": 1,
|
|
"license": "All right reserved",
|
|
"copyright": "Created by Jaraten (discord/Github)",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "sheep",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "dead"
|
|
}
|
|
]
|
|
}
|