ianbattin / Rising

Cal Poly Game Development Club - InVox Games
2 stars 0 forks source link

Stuka stops during the fight #9

Closed maxwey closed 8 years ago

maxwey commented 8 years ago

Stuka will occasionally stop entering the screen after a few passes during the boss battle.

To Reproduce: no definite information, but I believe it is related to powerup/pickups. Further investigation required

ianbattin commented 8 years ago

Fixed

Was related to the bird doing more damage to the enemies than the health they had. The if statement to make the stuka fly as per the next step required all enemies to have exactly 0 health, but the bird caused negative health. Just add a less than or equal sign

taagestorey commented 8 years ago

Great! Good fix.