mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Fixed imports again
This commit is contained in:
parent
a81540767d
commit
0f461aa3e3
@ -4,7 +4,7 @@ import { MoveCategory } from "#enums/move-category";
|
||||
import { PokemonType } from "#enums/pokemon-type";
|
||||
import { TextStyle } from "#enums/text-style";
|
||||
import type { Move } from "#moves/move";
|
||||
import ScrollingText from "#ui/scrolling-text";
|
||||
import { ScrollingText } from "#ui/scrolling-text";
|
||||
import { addTextObject } from "#ui/text";
|
||||
import { addWindow } from "#ui/ui-theme";
|
||||
import { fixedInt, getLocalizedSpriteKey } from "#utils/common";
|
||||
|
@ -10,7 +10,7 @@ import type { OptionSelectSettings } from "#mystery-encounters/encounter-phase-u
|
||||
import type { MysteryEncounterOption } from "#mystery-encounters/mystery-encounter-option";
|
||||
import type { MysteryEncounterPhase } from "#phases/mystery-encounter-phases";
|
||||
import { PartyUiMode } from "#ui/party-ui-handler";
|
||||
import ScrollingText from "#ui/scrolling-text";
|
||||
import { ScrollingText } from "#ui/scrolling-text";
|
||||
import { addBBCodeTextObject, getBBCodeFrag } from "#ui/text";
|
||||
import { UiHandler } from "#ui/ui-handler";
|
||||
import { addWindow, WindowVariant } from "#ui/ui-theme";
|
||||
|
@ -1,7 +1,7 @@
|
||||
import type { InfoToggle } from "#app/battle-scene";
|
||||
import { globalScene } from "#app/global-scene";
|
||||
import { TextStyle } from "#enums/text-style";
|
||||
import ScrollingText from "#ui/scrolling-text";
|
||||
import { ScrollingText } from "#ui/scrolling-text";
|
||||
import { fixedInt } from "#utils/common";
|
||||
|
||||
export interface PokedexInfoOverlaySettings {
|
||||
|
@ -25,7 +25,7 @@ import type { PokemonMove } from "#moves/pokemon-move";
|
||||
import type { Variant } from "#sprites/variant";
|
||||
import { getVariantTint } from "#sprites/variant";
|
||||
import { achvs } from "#system/achv";
|
||||
import ScrollingText from "#ui/scrolling-text";
|
||||
import { ScrollingText } from "#ui/scrolling-text";
|
||||
import { addBBCodeTextObject, addTextObject, getBBCodeFrag, getTextColor } from "#ui/text";
|
||||
import { UiHandler } from "#ui/ui-handler";
|
||||
import {
|
||||
|
Loading…
Reference in New Issue
Block a user