cyu72 / 8bitGames

0 stars 0 forks source link

Multiple Scoring Issue [DinoGame] #4

Open cyu72 opened 1 year ago

cyu72 commented 1 year ago

To properly score, the if statement should be placed after a check if dino is still alive. However, when the check is placed here, it registers multiple times, likely because the dino is within the check range for a small period of time. No clue how to fix as of yet.