84d02b7271
Rewrote the icon code so it's not nearly as bad. Spiders and robots still use the old code because I don't have the mental strength to pull it off
37 lines
No EOL
482 B
JSON
37 lines
No EOL
482 B
JSON
{
|
|
"ship": {
|
|
"form": "ship",
|
|
"ind": 22
|
|
},
|
|
"ball": {
|
|
"form": "player_ball",
|
|
"ind": 23
|
|
},
|
|
"ufo": {
|
|
"form": "bird",
|
|
"ind": 24
|
|
},
|
|
"wave": {
|
|
"form": "dart",
|
|
"ind": 25
|
|
},
|
|
"robot": {
|
|
"form": "robot",
|
|
"ind": 26,
|
|
"legs": true
|
|
},
|
|
"spider": {
|
|
"form": "spider",
|
|
"ind": 43,
|
|
"legs": true
|
|
},
|
|
"cursed": {
|
|
"form": "spider",
|
|
"ind": 43,
|
|
"legs": true
|
|
},
|
|
"swing": {
|
|
"form": "swing",
|
|
"ind": -1
|
|
}
|
|
} |