Skip to main content

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

i’ve had a pretty bad bug happen a few times where releasing a held note even slightly too late deducts 200 points, and holding notes longer than a beat or so (even when they’re shown that way in the beatmap) deducts 200 points every tick until the key is released. seems to randomly fix itself sometimes and i don’t know why, but it also randomly comes back.

great game aside from that! really love the attention to detail

edit: it seems to consistently happen after the game window loses focus

Oh sorry, can't seem to replicate that myself. What browser are you using? Firefox seems to cause a lot of problems so if it's that, Chrome/a Chromium based browser should hopefully work better. And are you playing on desktop or mobile? Mobile is just more buggy unfortunately. The really weird thing is that it shouldn't even be possible to get the penalty while holding the button, it specifically uses the just_pressed() function, which only counts the first frame it's pressed. I'll look more into it and see if I can find out the cause.