Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I found a cheating enemy !

I wish I was able to use the space key to jump :x

By the way, I see you're using Unity so let me give you a tip. When you spam the right click button to throw lightening bolts the sound is odd, that's because you ask the Audio Source to play everytime you click. So if you ask it multiple time the sound will be stopped each time you click again. To fix this instead of using "yourAudioSource.Play()" you can use "yourAudioSource.PlayOneShot(yourSound)" :)

Oh, thanks a lot for that advice! I will update the game once the Jam ends. The decision to not add the spacebar as a jump was was really bad. I would make sure that from next time the controls suit everyone. Also, I didn't have any idea about audioSource.PlayOneShot(sound). I would use that too. 

Thanks for playing and rating my game! Cheers!!