Skip to main content

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

Extremely polished game as always ! I liked the concept.

Also, the background effect is very nice. I'm curious about how does it work. Is it some base texture with Chromatic Aberration + Heat Wave effect ?

SFX and Music were good, but the only problem is that if you haven't focused the iframe yet when the game starts, the music will never start, even if you only have to set a check in a Step event in GameMaker : 

if !audio_is_playing(Music) { audio_play_sound(Music, ...) }

The game was very fun !

(+1)

i applied distortion to a background layer which uses a checkered pattern, then i placed an effect layer on top of that which is "underwater"

also thanks for the tip about the audio :)