I like the concept! this was fun. I found the hitboxes/collision boxes to be quite frustrating at times though. It wasn't clear when I would die from falling off versus not. Fun regardless though! nice job
Viewing post in Five More Minutes jam comments
Thanks! I'm sorry the hitboxes were frustrating, they can be a little finnicky at times, especially the roomba. I originally had the collision shapes the same size as the sprites, but I found that to be too hard because the sprites are 16x16, and the player is 16x16 so you had to be really precise with the jumps. And I couldn't have the sprites be too big because then you have these enormous roombas driving around. And then I tried the real objects being 16x16, but then the platforms sprite larger, but then I ran into the level looking different than I wanted after placing the items down. Lots of trial an error when making that.