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…
Reference in New Issue