{"type": "palette", "name": "fighter", "colors": {"{_}": "#00000000", "{b}": "#4169E1", "{r}": "#DC143C"}}
{"type": "sprite", "name": "fighter_idle", "palette": "fighter", "grid": ["{_}{b}{_}", "{b}{b}{b}", "{_}{b}{_}", "{b}{_}{b}"], "metadata": {"origin": [1, 3], "boxes": {"hurt": {"x": 0, "y": 0, "w": 3, "h": 4}}}}
{"type": "sprite", "name": "fighter_attack", "palette": "fighter", "grid": ["{_}{b}{r}", "{b}{b}{r}", "{_}{b}{r}", "{b}{_}{b}"], "metadata": {"origin": [1, 3], "boxes": {"hurt": {"x": 0, "y": 0, "w": 3, "h": 4}, "hit": {"x": 2, "y": 0, "w": 1, "h": 3}}}}
{"type": "animation", "name": "attack_anim", "frames": ["fighter_idle", "fighter_attack", "fighter_attack", "fighter_idle"], "duration": 100, "frame_metadata": [{"boxes": {"hit": null}}, {"boxes": {"hit": {"x": 2, "y": 0, "w": 1, "h": 3}}}, {"boxes": {"hit": {"x": 2, "y": 0, "w": 2, "h": 3}}}, {"boxes": {"hit": null}}]}