GDBrowser/icons/forms.json
Colon 36260d8906 Added 2.2 form to icon kit
Unknown name, referred to as "swing" in the game files so let's go with that
2019-12-12 16:09:41 -05:00

34 lines
No EOL
428 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
},
"spider": {
"form": "spider",
"ind": 43
},
"cursed": {
"form": "spider",
"ind": 43
},
"swing": {
"form": "swing",
"ind": -1
}
}