```
if proj.rect.colliderect(enemy.rect): enemy.hp -= 1; self.projectiles.remove(proj); hit_sfx.play()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: list.remove(x): x not in list
Thank you for the report