Ground targets only shoot at player 1
fragglet opened this issue · 0 comments
fragglet commented
See here:
Line 859 in ea5b00a
After the first level, the game is made more difficult by having the ground targets shoot back at enemy planes. But the logic only targets the first plane on the level (player 1, the cyan player). This should instead be searching through the object list to find any enemy planes that are in range.