| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at 02ff588d59b3c560c685d9ca75e882d32a72d8cb, modified by Bhijn, Errant and Flareguy",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "beak",
- "directions": 4
- },
- {
- "name": "l_arm",
- "directions": 4
- },
- {
- "name": "l_foot",
- "directions": 4
- },
- {
- "name": "l_hand",
- "directions": 4
- },
- {
- "name": "l_leg",
- "directions": 4
- },
- {
- "name": "r_arm",
- "directions": 4
- },
- {
- "name": "r_foot",
- "directions": 4
- },
- {
- "name": "r_hand",
- "directions": 4
- },
- {
- "name": "r_leg",
- "directions": 4
- },
- {
- "name": "tail",
- "directions": 4
- },
- {
- "name": "tail_stenciled",
- "directions": 4
- }
- ]
- }
|