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

Beautiful graphics, and nice blur effect, I'll take a look at the source code to see how you did that =D

Found the controls a bit weird, not being able to move sideways, took some time to get used to it. As someone else said, it also froze my computer.

Thanks MiniChimera!

The blur effect is just a slightly modified version of the vignette shader found in the Godot demo repository. If I remember correctly, the shader is stored on a TextureRect in the Level_<number here> scenes.

Soon I will be releasing a update to fix a few bugs, and I will be remapping the controls (but not adding configurable controls, which will come later). Sorry to hear that it froze your computer. Do you mind telling which OS you used, and (if you know) roughly where it froze? I have a hunch that the freezing is occuring either at level 4.1 (the ‘secret’ level) or level 5 (where 3D is introduced), but that is just guessing on my part.

Thanks again!

(+1)

Thanks for the info!

I'm using windows 10 (64 bits).  I don't remember exactly where, but it was definitely before the 3D. And now you got me curious to play again haha

(+1)

Okay, so I should (in theory) be able to  reproduce the freeze, since I am also on Windows 10 64 bits. Thanks for letting me know, I'll look into it! And don't worry about not knowing where it was, I'm just trying to pin down what could be causing the problem. Knowing it was before the 3D stuff really helps a lot!

I have a update coming soon that fixes several smaller bugs with the game, and I fixed what I think was the problem with level 4.1, so maybe it is fixed now? I'll see if I can reproduce the freeze in the current version, and then I'll see if I can replicate the freeze in the new version.

 I will look in to getting a fix, if the coming update does not already fix it. Thanks again for the help!