mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-01 04:14:47 +00:00
3b393aed30
very scuffed, OptionsMenu.hx is now mostly copied from FreeplayState.hx with no actual functionality currently it reads lines off of controls.txt and displays them on Options menu which is now accessible from main menu controls.txt has control functions prefixed with "set", IE "setUP", then the corresponding key on the following line IE "W"
32 lines
324 B
Plaintext
32 lines
324 B
Plaintext
setUP
|
|
W
|
|
setUP (ALTERNATE)
|
|
FlxKey.UP
|
|
setDOWN
|
|
S
|
|
setDOWN (ALTERNATE)
|
|
FlxKey.DOWN
|
|
setLEFT
|
|
A
|
|
setLEFT (ALTERNATE)
|
|
FlxKey.LEFT
|
|
setRIGHT
|
|
D
|
|
setRIGHT (ALTERNATE)
|
|
FlxKey.RIGHT
|
|
setACCEPT
|
|
Z
|
|
setACCEPT (ALTERNATE)
|
|
ENTER
|
|
setBACK
|
|
BACKSPACE
|
|
setBACK (ALTERNATE)
|
|
ESCAPE
|
|
setPAUSE
|
|
P
|
|
setPAUSE (ALTERNATE)
|
|
ENTER
|
|
setRESET
|
|
R
|
|
setRESET (ALTERNATE)
|
|
null |