Skip to main content

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

I'm the new queen! :)
It's pretty cool, I could see the potential... biggest issue is that you can't seem to turn the camera around fully, just halfway, which makes everything else a bit weird. Still managed to finish it, good stuff and congrats on the submission!

Yeah, that camera issue is something I couldn't really figure out in time. I cheated my way around it by adding a mouse sensitivity slide in a later update, but that's not really a solution. Thanks for playing!

If I were to guess, there's probably an assumption made somewhere about angle going from 0 to pi or something like that, when in practice, depending on the operation, it may go from 0 to 2*pi or from -pi to pi. That has bit stung me many times!