- Ara es pot usar el gamepad per a tot
This commit is contained in:
@@ -36,8 +36,11 @@ function _init()
|
||||
btnDown = tonumber(getconf("btndown")) or BTN_DOWN
|
||||
btnLeft = tonumber(getconf("btnleft")) or BTN_LEFT
|
||||
btnRight = tonumber(getconf("btnright")) or BTN_RIGHT
|
||||
btnJump = tonumber(getconf("btnjump")) or BTN_UP
|
||||
btnJump = tonumber(getconf("btnjump")) or BTN_B
|
||||
btnShoot = tonumber(getconf("btnshoot")) or BTN_A
|
||||
btnCycle1 = tonumber(getconf("btnCycle1")) or BTN_RIGHTSHOULDER
|
||||
btnCycle2 = tonumber(getconf("btnCycle2")) or BTN_LEFTSHOULDER
|
||||
btnPause = tonumber(getconf("btnPause")) or BTN_START
|
||||
|
||||
--game_init()
|
||||
intro_init()
|
||||
|
||||
Reference in New Issue
Block a user