mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Update config.ts
This commit is contained in:
parent
606a9da440
commit
4e80043ee6
@ -20,6 +20,7 @@ import { tutorial } from "./tutorial";
|
|||||||
import { weather } from "./weather";
|
import { weather } from "./weather";
|
||||||
import { battleMessageUiHandler } from "./battle-message-ui-handler";
|
import { battleMessageUiHandler } from "./battle-message-ui-handler";
|
||||||
import { berry } from "./berry";
|
import { berry } from "./berry";
|
||||||
|
import { gameStatsUiHandler } from "./game-stats-ui-handler";
|
||||||
|
|
||||||
export const itConfig = {
|
export const itConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
@ -46,4 +47,5 @@ export const itConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
battleMessageUiHandler: battleMessageUiHandler,
|
battleMessageUiHandler: battleMessageUiHandler,
|
||||||
berry: berry,
|
berry: berry,
|
||||||
}
|
gameStatsUiHandler: gameStatsUiHandler,
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user