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

Thanks for playing, also for your interest!

I agree with everything you said, the game in its state only looks like I want to be "showing" while actually I had various tweaks and polish in mind but I couldn't do it in time unfortunately.. :(
And indeed, I wanted to experiment a voxel world in order to make something more generic later on, it took me a while to setup without major bugs.

About a Paper3D thing, honestly I could feel like developing such a thing haha
As for the editor, the map in general, I had ideas to overcome it in mind, but it has this constraint of being rendered via a heightmap, so it doesn't have support for holes in the middle of a shape. It is for the same reason that it is hard to map different material ids / textures on a single column with this technique. But constraints are always a nice way boost creativity imo!
So, it's not a final version, it has its set of constraints, but I might develop a generic/public framework if people (at least you) finds the idea interesting haha

To the paper mario / animation sprites, this has been the way I decided to make it (through shaders) but it's not limited to this.
Regular spritesheet management and 2D animations could be made before the world rendering, drawn on an intermediate texture section and be read from the shader when having to display an entity (originally how I wanted to make it, I just couldn't do art).

Thanks for your honest curiosity and depth in review as always!