Skip to main content

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

The web version. When i first hit an object with the axe the game froze for a solid half a second. And the game didn't scale correctly on an ultrawide monitor

(+1)

Interesting, okay. We will take a look at it! The downloaded version may be more stable if you're interested in giving that a go too! I will have to look into the ultra wide issue as well. I believe I may know what's up with that actually.

Thank you so much for the feedback!

As much as i'm sure you are nice guys, i don't download game jam games on my work computer for malware reasons

No worries. I totally understand!

Thanks for sharing that with us. Yes the web version is far less performant, that's just the nature of exporting a 3d game to the web. The freeze you experienced when hitting an object for the first time, if it didn't happen again after that, then it's due to the engine loading the shader for the particle effect for the first time. This is a classic Godot optimization issue that takes a lot more time to work around, something that would be great to have solved but 4 days is tight! That freeze is not something we as the devs noticed because after the particles load for the first time on our machines, we never run into that freeze again as the shader was then cached.

yeah i know i know. These things happen in a game jam