mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
Fixed wrong input
This commit is contained in:
parent
e0dd021220
commit
d808c48286
@ -25,6 +25,7 @@ import { argbFromRgba } from "@material/material-color-utilities";
|
||||
import i18next from "i18next";
|
||||
import type { GameObjects } from "phaser";
|
||||
import type BBCodeText from "phaser3-rex-plugins/plugins/bbcodetext";
|
||||
import { StatsContainer } from "./containers/stats-container";
|
||||
import {
|
||||
getDexAttrFromPreferences,
|
||||
getFriendship,
|
||||
@ -32,7 +33,6 @@ import {
|
||||
getStarterSelectTextSettings,
|
||||
type SpeciesDetails,
|
||||
} from "./starter-select-ui-utils";
|
||||
import { StatsContainer } from "./stats-container";
|
||||
import { addBBCodeTextObject, addTextObject, getTextColor } from "./text";
|
||||
|
||||
export class StarterSummary extends Phaser.GameObjects.Container {
|
||||
|
Loading…
Reference in New Issue
Block a user