Damage visualizer for simple mobs (#1332)

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
metalgearsloth
2020-07-23 10:04:03 +10:00
committed by GitHub
parent 9585c7b82d
commit 56737b635f
11 changed files with 146 additions and 16 deletions

View File

@@ -0,0 +1,33 @@
{
"version": 1,
"size": {
"x": 64,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/7344da18b5e3dd0b1994a84e9c9c0774d71b93a5/icons/mob/alien.dmi",
"states": [
{
"name": "running",
"directions": 4
},
{
"name": "standing",
"directions": 4
},
{
"name": "dead",
"directions": 1
},
{
"name": "sleeping",
"directions": 1,
"delays": [
[
1.0,
1.0
]
]
}
]
}