Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

hakha

5
Posts
1
Followers
A member registered Jul 17, 2024 · View creator page →

Creator of

Recent community posts

Thanks for the bug report. I did code a “restart” feature that got executed when the character is out of bounds, but somehow forgot to make it implementable manually by player

The character flying is definitely not on the feature list :D. Thanks for the feedback. Probably need to tune the physics a little better.

Hi, thanks for commenting, may I know whether you are playing the web or downloadable version? Because the shader did look worse on the web build, compared to the downloadable one.

Thanks for commenting. It seems that I forgot to check the Full Screen option in the itch.io game setting. It should be fixed now.

Thanks for commenting. In the code, I just straight up adding the entire speed multiplier, which make the player jump faster than what a single frame could display, hence the teleport. What I think I should do is adding the speed gradually so the player is still able to move normally.  I should also add some kind of distance indicator in the background to show the player's current location. Anyway, I appreciate your feedback and sorry for the late reply.