Skip to main content

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

Been playing this a lot for the past few days and I've noticed while playing that every now and then (around 1-3 times per song when it does happen) pressing an assigned "left" key, whether it was A, S, Z, etc. the button press did not register for some reason. The weird thing is I haven't had it happen with the right key even once though. Any idea what could be causing this? There's no lag associated or anything.

(+1)

Huh I've never heard of that. The code is pretty simple, just runs the is_action_just_pressed() built in Godot function and does the score() function if it's true, which is identical for left and right so it shouldn't be possible for it to only happen with left. The fact that it happens with multiple inputs means it's probably not your keyboard either (unless they were all broken in ways that didn't affect the right keys , but that's unlikely). So yeah that's really weird, I'll look into it more.