-
Notifications
You must be signed in to change notification settings - Fork 0
Cross button not working #22
Comments
I haven't ever encountered this issue, what are your keybinds and lazer version? |
i'm using the tests project, keybinds A,W,S,D |
Probably test-only, I'm using the release project and preset on real maps and both key bind slots work properly |
tried on 2021.331, same issue |
will try resetting my binds and try, probably related to that |
Tried on test project, also cannot reproduce, X works fine with both binding slots PS: Worth noting that I tested on OsuGame, since OsuPlayer doesn't seem to take joypad input into account |
Can you hear the hitsound at least? Maybe it's getting caught up in a conflict |
it is being registered but its passing wrong argument, instead of |
Can you hard-reset to the current GitHub master and try on OsuGame? OsuPlayer seems to be behaving a bit funky |
Actually, even on OsuPlayer I can get all four button types to register (they're on ASZX) |
ok, it turns out it's only happening with the button S, so when i used ASZX, where S is Circle, Circle stopped working |
I'm gonna avoid using S for now, will come to this later |
When pressing "Cross" button its randomly passing integer 8 in
OnPressed(DivaAction action)
, so its not being correctly registered, thus resulting in miss every time.The text was updated successfully, but these errors were encountered: