mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
tab -> spaces
This commit is contained in:
parent
5197311cd8
commit
1d2bc88cab
@ -63,7 +63,6 @@ import { STARTING_WAVE_OVERRIDE, OPP_SPECIES_OVERRIDE, SEED_OVERRIDE, STARTING_B
|
||||
import {InputsController} from "./inputs-controller";
|
||||
import {UiInputs} from "./ui-inputs";
|
||||
|
||||
|
||||
export const bypassLogin = import.meta.env.VITE_BYPASS_LOGIN === "1";
|
||||
|
||||
const DEBUG_RNG = false;
|
||||
|
@ -218,7 +218,7 @@ export class InputsController extends Phaser.Plugins.ScenePlugin {
|
||||
this.delLastProcessedMovementTime(index);
|
||||
});
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
mapGamepad(id) {
|
||||
|
Loading…
Reference in New Issue
Block a user