Skip to main content

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

Pretty cool!! I’ll try to finish it whenever I got more time, it’s straightforward and seems like it could run on a gameboy!

Appreciating the extra of choosing a costume - and the fact it saves it whenever you relaunch the game!

(I think the coin counter isn’t respecting the resolution properly but I’m too lazy to properly check)

Good work!

(+1)

if the text is not respecting the resolution its possible I am rendering text on the scaled up version instead of the true size. but I am trying to render everything to a 160px x 144px image then rendering the image to the upscaled camera so unless I set the UI target to the wrong camera render it should be respecting it. The default camera should be the low res so unless I accidently manually set it it should be rendering to the true resolution and then just upscaling to the higher res

yeah that’s the only weird thing I noticed to be honest and it doesn’t really affect the gameplay much (unlike sub-pixel moving of sprites I saw on some entries) - I consider it an innocent bug