GDBrowser/misc/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

50 lines
No EOL
738 B
JSON

{
"icon": {
"form": "player",
"name": "Icon",
"index": 21
},
"ship": {
"form": "ship",
"name": "Ship",
"index": 22
},
"ball": {
"form": "player_ball",
"name": "Ball",
"index": 23
},
"ufo": {
"form": "bird",
"name": "UFO",
"index": 24
},
"wave": {
"form": "dart",
"name": "Wave",
"index": 25
},
"robot": {
"form": "robot",
"name": "Robot",
"legs": true,
"index": 26
},
"spider": {
"form": "spider",
"name": "Spider",
"legs": true,
"index": 43
},
"cursed": {
"form": "spider",
"name": "Cursed",
"legs": true,
"index": 43
},
"swing": {
"form": "swing",
"name": "Swing",
"index": -1
}
}