GDBrowser/icons/forms.json
GDColon 84d02b7271 Icon code rewrite (mostly)
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
2021-12-03 16:30:58 -05:00

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
}
}