Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Creative and fun game in general, some levels do need thinking and it feels rewarding to get through them. I do need however to point out that the audio is not very balanced. The spike sound is way too loud compare to the bgm (which is how I adjusted my master volume in the first place).

Thanks for playing the game! The spike sound is due to multiple spikes in a level and each one of them is playing a sound which causes them to overlay. Thanks for pointing that out!

(+1)

Ah the dreaded! I had that problem too for one of my projects. The way I get rid of it is to write a custom singleton sfx player script that, when asked to play a certain sound, check if the sound in question is already in play and only plays the sound if is not already playing. Granted I am developing with Godot instead of Unity but I assume same logic may apply. Hope it helps and one day the game can be updated with great level of polish :p

(1 edit)

Thank you so much for the info :D Much appreciated!