This site requires JavaScript, please enable it in your browser!
Greenfoot back
Xeneon

Xeneon

Welcome to my page

Xeneon's collections

This user has no collections

Recent Comments | Show All

If you die you can just click run and the Game will continue. You can fix this if you restart the Game in the code when the HP is equal to zero or just change the if(HP == 0) where you check if the HP is equal to zero and replace it with if(HP <= 0). I don't know if it will work, but you can try using my suggestion.
I just see a white Screen.