Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Please remember this is a demo before we've truly started development of the game, so certain features won't make it in due to technical complexity, or won't be as polished as they will be in the final product. The lack of up or diagonal shots is one of these, shooting horizontally is relatively easy to implement, but especially diagonals are actually really difficult to implement.

(1 edit)

I know the demo isn't representative of the final product, but as a non-programmer I wasn't aware that adding the ability to aim diagonally (or up) was that complex.

I've been sat here for five minutes unsure of how else to respond, so best of luck to you and the team!

Aside from requiring extra art, the hitscan algorithm becomes much more complex for diagonals, and drawing a diagonal line in OpenGL is unfortunately pretty complex, too. :/