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

Nope, I mean with every attack, there's a slight stutter which is signature godot not-preinstancing.

Huh, I've never noticed it during testing, would changing loading the scenes (the individual attacks are scenes) from load() to preload() fix it? I'll upload the updated version (fixes lots of bugs players have found) after the jam voting period ends as well as the project files. Otherwise, do you have any tips to avoid preinstancing stutters?

Afaik, Preload would be the fix, yes.