mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-19 07:20:57 +00:00
fix typo in myster-encounter-intro
This commit is contained in:
parent
ef4222cbfa
commit
b7bf22e3e5
@ -30,7 +30,7 @@ export class MysteryEncounterSpriteConfig {
|
||||
hasShadow?: boolean = false;
|
||||
/** Disable animation. Defaults to `false` */
|
||||
disableAnimation?: boolean = false;
|
||||
/** Depeat the animation. Defaults to `false` */
|
||||
/** Repeat the animation. Defaults to `false` */
|
||||
repeat?: boolean = false;
|
||||
/** Tint color. `0` - `1`. Higher means darker tint. */
|
||||
tint?: number;
|
||||
|
Loading…
x
Reference in New Issue
Block a user