Rock Anom effects (#23633)

* Rock Anom effects

* fix

* fix
This commit is contained in:
brainfood1183
2024-01-07 06:44:04 +00:00
committed by GitHub
parent 0fc5bf5546
commit bb294a7aa2
14 changed files with 231 additions and 17 deletions

View File

@@ -0,0 +1,31 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by brainfood1183 (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "asteroid",
"directions": 1,
"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
]
]
}
]
}