1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-27 20:48:54 +00:00
Funkin/assets/data/controls.txt
PKPenguin321 177280bd5b controls.txt and options UI
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"
2021-01-27 00:58:58 -08:00

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