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

Glad you liked it! We did't have time to add checkpoints during the jam, but I'm currently working on those and also few new mechanics. ... About the clunkiness ... Was it the visuals or mechanic that made picking up items feel clunky to you, or maybe something else? I'd like to try to do something about it :) and thanks a lot for the detailed feedback! ( I'll check out your game later this week :) )

(+1)

Responsiveness would be the best way I would put it? There would be times I hit the button and didn't grab the object, even when I was overlapping it, so I'd have to hit the grab button again.

My laptop isn't the best machine any more, it lags even playing my own GMS games, so that might have been it. Either that or it might have been the grab range. How were you doing the detection for it?

(+1)

Thanks a lot! Your answer was of great help. I believe I was able to fix the issue. Previously I did collision check in collision event and flagged player if he was overlapping the box and handled input in players step event so if for some reason the collision did not fire within the same step it would ignore it! :P I changed it to use instance_place. It’ll be fixed in next update :)