thomasyang18

Results 2 comments of thomasyang18

Hi, currently looking into this. Just wanted to log another minor bug: - If you spam a bunch of waves and lose on purpose, then play the round again, a...

Okay, here's my theory: In the killEnemy function, how the game maker decided to delete the enemy is by calling "Array.splice(i,1)" to delete 1 element at the current index. Fair...