mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Remapped JumpUp/JumpDown controls, replaced and/or/not, fixed typo in previous commit
This commit is contained in:
@@ -2,11 +2,11 @@ module Input
|
||||
USE = C
|
||||
BACK = B
|
||||
ACTION = A
|
||||
AUX1 = X
|
||||
AUX2 = Y
|
||||
JUMPUP = X
|
||||
JUMPDOWN = Y
|
||||
SPECIAL = Z
|
||||
JUMPUP = L
|
||||
JUMPDOWN = R
|
||||
AUX1 = L
|
||||
AUX2 = R
|
||||
|
||||
unless defined?(update_KGC_ScreenCapture)
|
||||
class << Input
|
||||
|
||||
Reference in New Issue
Block a user