Postby Emral » Thu Aug 01, 2019 4:59 am
No AI file. Do not recommend in its current state as it's a pain to modify. The code is also questionable in itself:
- Use of NPC config width and height rather than v.width and v.height
- Every NPC spawns a cannonball in BOTH the FIRST and SECOND player's sections if there are 2 players.
- Lots of duplicate code.
- Cannonball spawn locations are hard-coded in the wrong ways: Changing cannonball size produces offsets. The code doesn't use the overload of NPC.spawn that auto-centers.