Skip to main content

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

Great little platformer! Love the different cultists, and the different possibilities that their specials opened up. Green and Yellow were my go to, as I liked the increased control. The relatively low cost of hiring worked really nicely to encourage experimentation.

Really enjoyed the details that made the levels feel like distinct places - the verticality of the forest compared to the horizontal movement of the plains especially.

I loved the little retro touches - the level select and stage complete screens were really charming. Music was nicely varied, and I particularly enjoyed the theme for the second level.

Just to let you know, there appears to be an issue with scaling which occurred for me on both Chrome and Firefox - at 100% zoom the game appears like the screenshot below, but will display correctly at exactly 80% zoom in the browser settings.

(+1)

Thanks for playing and for the commentary!

Oh and also for the heads-up, the scaling issue is new for me! I'll try to simulate and fix it, there are probably more people with this issue. It's working at 100% zoom on my end, maybe it has something to do with the screen resolution or something.

(+1)

Found the issue - your comment on screen resolution reminded me that Windows 10 screen scaling is by default set to 125% (as in screenshot below), when I changed this to 100% the game worked perfectly at default browser settings. Odd that it affects this and not other Unity projects though?

Easy enough for me to work around though :)

(1 edit) (+1)

Thank you so much! That was exactly it, and I was able to fix it by forcing the devicePixelRatio to 1 to prevent unwanted scaling. I'll upload a new build to fix that. I'm not sure if other unity projects are using the PixelPerfectCamera component, but maybe the issue has something to do with it.

EDIT: Should be working fine now for both 100% and 125% sizes.

(+1)

Runs perfectly for me now! Glad you found a solution :)