Changes chemistry to be more secure for now (#3649)

* Adds content

* Maps
This commit is contained in:
Swept
2021-03-13 09:27:53 +00:00
committed by GitHub
parent 0e58d38686
commit fc9a62581b
9 changed files with 5609 additions and 240 deletions

View File

@@ -0,0 +1,47 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from someone on Discord",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "caracal",
"directions": 4
},
{
"name": "caracal_dead"
},
{
"name": "caracal_flop",
"directions": 4,
"delays": [
[
0.2,
0.13
],
[
0.2,
0.13
],
[
0.2,
0.13
],
[
0.2,
0.13
]
]
},
{
"name": "stanislav",
"directions": 4
},
{
"name": "stanislav_dead"
}
]
}