mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-23 22:07:47 -04:00
Disable quickstart mode
This commit is contained in:
parent
50b264ad77
commit
1876bded74
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export enum Button {
|
|||
export default class BattleScene extends Phaser.Scene {
|
||||
public auto: boolean;
|
||||
public gameSpeed: integer = 1;
|
||||
public quickStart: boolean = true;
|
||||
public quickStart: boolean;
|
||||
|
||||
public gameData: GameData;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue