mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 23:49:26 +02:00
Fixed arena-flyout ts import error
This commit is contained in:
parent
2b72077af4
commit
dc849bcd08
@ -12,6 +12,7 @@ import { BattlerIndex } from "#enums/battler-index";
|
|||||||
import { battlerIndexToFieldPosition, FieldPosition } from "#enums/field-position";
|
import { battlerIndexToFieldPosition, FieldPosition } from "#enums/field-position";
|
||||||
import { MoveId } from "#enums/move-id";
|
import { MoveId } from "#enums/move-id";
|
||||||
import { PositionalTagType } from "#enums/positional-tag-type";
|
import { PositionalTagType } from "#enums/positional-tag-type";
|
||||||
|
import { TextStyle } from "#enums/text-style";
|
||||||
import { WeatherType } from "#enums/weather-type";
|
import { WeatherType } from "#enums/weather-type";
|
||||||
import {
|
import {
|
||||||
ArenaEventType,
|
ArenaEventType,
|
||||||
@ -23,7 +24,7 @@ import {
|
|||||||
type WeatherChangedEvent,
|
type WeatherChangedEvent,
|
||||||
} from "#events/arena";
|
} from "#events/arena";
|
||||||
import { BattleSceneEventType } from "#events/battle-scene";
|
import { BattleSceneEventType } from "#events/battle-scene";
|
||||||
import { addTextObject, TextStyle } from "#ui/text";
|
import { addTextObject } from "#ui/text";
|
||||||
import { TimeOfDayWidget } from "#ui/time-of-day-widget";
|
import { TimeOfDayWidget } from "#ui/time-of-day-widget";
|
||||||
import { addWindow, WindowVariant } from "#ui/ui-theme";
|
import { addWindow, WindowVariant } from "#ui/ui-theme";
|
||||||
import { fixedInt } from "#utils/common";
|
import { fixedInt } from "#utils/common";
|
||||||
|
Loading…
Reference in New Issue
Block a user