Skip to main content

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

The weightless feeling during the jump combined with the screen rotation is incredibly satisfying! The green fireflies in the background also do a fantastic job of setting a dungeon atmosphere.

I'm curious, how did you manage to implement the rotation for the entire platform? I can only rotate individual objects, but I can't rotate the platforms built on the tile palette.

It's actually pretty simple. I don't rotate the platforms—I rotate the screen instead. I just change the gravity direction and rotate the player and object sprites. The really challenging part was getting the player's gravity system to work properly. I was constantly improving and tweaking it throughout development, and it probably took up around 80% of my time during the game jam.

(+1)

Ah, I see! That makes perfect sense now. I’ve been searching for various guides but couldn't find a solution, so your explanation is a huge help. Based on your description, I can completely imagine the amount of engineering work that went into it behind the scenes. Looking at it now, all the time spent was definitely worth it! (≧∇≦)/