1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-26 12:00:35 +00:00

change ui controls order (#3027)

a lot of squashed stuff
This commit is contained in:
lemz 2025-01-23 22:32:35 +01:00 committed by GitHub
parent dfe02ec668
commit a01bcc3da8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1605,10 +1605,10 @@ enum Control
NOTE_UP;
NOTE_RIGHT;
// UI
UI_UP;
UI_LEFT;
UI_RIGHT;
UI_DOWN;
UI_UP;
UI_RIGHT;
RESET;
ACCEPT;
BACK;