Skip to main content

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

Thank you!! Glad the atmosphere hit! 

For the visuals it's a mix of using a render texture to have a pixelated 3d look, post processing with the main aspects of it being the shadows, mid-tones and highlights, I made the shadows quite dark and have a dark blue tint and the mid-tones have a yellow/green tint. The default fog is used, experimented with finding a nice density and color for that. There's a full screen shader graph material that has dithering and posterization. Screen space ambient occlusion is also on. But the main unique aspect of the visuals is that the camera is orthographic and not perspective, it's a pretty cool look but made the code for aiming to the mouse a lot trickier -_-

That is a very good point on enemies that take multiple hits, I never really considered this much so I'll think about what could work. I appreciate the kind words, happy to hear I've improved! Hope to continue that upward trend lol.