mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Merge remote-tracking branch 'upstream/beta' into i18n-init
This commit is contained in:
commit
704b6f0083
@ -6,7 +6,6 @@ import type { MysteryEncounter } from "#mystery-encounters/mystery-encounter";
|
|||||||
import { loadPokemonVariantAssets } from "#sprites/pokemon-sprite";
|
import { loadPokemonVariantAssets } from "#sprites/pokemon-sprite";
|
||||||
import type { Variant } from "#sprites/variant";
|
import type { Variant } from "#sprites/variant";
|
||||||
import { isNullOrUndefined } from "#utils/common";
|
import { isNullOrUndefined } from "#utils/common";
|
||||||
import console from "node:console";
|
|
||||||
import type { GameObjects } from "phaser";
|
import type { GameObjects } from "phaser";
|
||||||
|
|
||||||
type PlayAnimationConfig = Phaser.Types.Animations.PlayAnimationConfig;
|
type PlayAnimationConfig = Phaser.Types.Animations.PlayAnimationConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user