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

Very charming style!

Gameplay seems fine but I couldn't get very far, the game (v0163d) had a bunch of performance issues.
There's a ton of stuttering when models and effects load for the first time, this is expected for Godot you need to preload particles and models, for my game I'm loading an instance of them at startup and that mostly does the trick.

Other than that I had frequent crashes when entering mine floors, one time playing as the witch the level loaded but the loading screen didn't fade away and it stayed up even after going back to the menu and reloading the save, restarting fixed it.

I'll try this again next time hoping that it runs better, it looks like fun.

(+1)

Quickly tested it and i sometimes get it too.... so it must have snuck in with the latest changes :(

The stutters are so annoying: i did the instancing thing too a while back, which resulted in the game not respoinding for a few seconds (because i needed to instance a lot of different items per level) and could even lead to a crash on weaker machines. Currently im trying to just let the ResourceLoader load everything needed in the background before it gets used. This seems to work for some people more than for others. My other (weak) laptop runs relatively smooth that way, but a streamer yesterday had visible minifreezes on multiple occasions.

the level loaded but the loading screen didn't fade away and it stayed up

Thats a new one. Just got to reproduce this and it seems to happen if you switch levels while the fading of the loading screen isnt done. Will fix that.

Thanks a lot for reporting these things, really appreciate it!