mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-25 00:39:27 +02:00
idk anymore
This commit is contained in:
parent
beaad44c1e
commit
2f9ce9d05f
@ -16,7 +16,7 @@ import i18next from "i18next";
|
|||||||
import { PokemonPhase } from "./pokemon-phase";
|
import { PokemonPhase } from "./pokemon-phase";
|
||||||
import { VictoryPhase } from "./victory-phase";
|
import { VictoryPhase } from "./victory-phase";
|
||||||
import { SubstituteTag } from "#app/data/battler-tags";
|
import { SubstituteTag } from "#app/data/battler-tags";
|
||||||
import { PreviewMode } from "#app/ui/confirmPreview-ui-handler";
|
import { PreviewMode } from "#app/ui/confirm-preview-ui-handler";
|
||||||
|
|
||||||
export class AttemptCapturePhase extends PokemonPhase {
|
export class AttemptCapturePhase extends PokemonPhase {
|
||||||
private pokeballType: PokeballType;
|
private pokeballType: PokeballType;
|
||||||
|
@ -21,7 +21,7 @@ export default class ConfirmPreviewUiHandler extends AbstractOptionSelectUiHandl
|
|||||||
}
|
}
|
||||||
|
|
||||||
getWindowWidth(): integer {
|
getWindowWidth(): integer {
|
||||||
return PreviewUiHandler.windowWidth;
|
return ConfirmPreviewUiHandler.windowWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
determineLabels(mode: PreviewMode): string[] {
|
determineLabels(mode: PreviewMode): string[] {
|
||||||
|
Loading…
Reference in New Issue
Block a user