mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 00:42:16 +02:00
tab -> spaces what about now github ?
This commit is contained in:
parent
1d2bc88cab
commit
62e4ff7b33
@ -26,6 +26,7 @@ export enum Button {
|
|||||||
SPEED_UP,
|
SPEED_UP,
|
||||||
SLOW_DOWN
|
SLOW_DOWN
|
||||||
}
|
}
|
||||||
|
|
||||||
const repeatInputDelayMillis = 250;
|
const repeatInputDelayMillis = 250;
|
||||||
|
|
||||||
export class InputsController extends Phaser.Plugins.ScenePlugin {
|
export class InputsController extends Phaser.Plugins.ScenePlugin {
|
||||||
@ -227,11 +228,9 @@ export class InputsController extends Phaser.Plugins.ScenePlugin {
|
|||||||
|
|
||||||
if (id.includes('081f') && id.includes('e401')) {
|
if (id.includes('081f') && id.includes('e401')) {
|
||||||
padConfig = pad_unlicensedSNES;
|
padConfig = pad_unlicensedSNES;
|
||||||
}
|
} else if (id.includes('xbox') && id.includes('360')) {
|
||||||
else if (id.includes('xbox') && id.includes('360')) {
|
|
||||||
padConfig = pad_xbox360;
|
padConfig = pad_xbox360;
|
||||||
}
|
} else if (id.includes('054c')) {
|
||||||
else if (id.includes('054c')) {
|
|
||||||
padConfig = pad_dualshock;
|
padConfig = pad_dualshock;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user