Skip to main content

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

Really fun game, but could you maybe optimize it a little bit more? As someone who uses Godot myself, I know its pretty hard to make faster code, but my computer always freezes up when an enemy takes an action. Other than that, its really fun, and I would love to see it expanded on with more content

Thanks for playing it! I also have noticed those lag spikes, and I believe I can fix them up. It happens the first time that any particle effect is played due to how Godot compiles particle shaders. Maybe I'll try using CPUParticles instead of GPUParticles to see if that helps.