mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 21:27:10 +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;
|
hasShadow?: boolean = false;
|
||||||
/** Disable animation. Defaults to `false` */
|
/** Disable animation. Defaults to `false` */
|
||||||
disableAnimation?: boolean = false;
|
disableAnimation?: boolean = false;
|
||||||
/** Depeat the animation. Defaults to `false` */
|
/** Repeat the animation. Defaults to `false` */
|
||||||
repeat?: boolean = false;
|
repeat?: boolean = false;
|
||||||
/** Tint color. `0` - `1`. Higher means darker tint. */
|
/** Tint color. `0` - `1`. Higher means darker tint. */
|
||||||
tint?: number;
|
tint?: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user