fix typo in myster-encounter-intro

This commit is contained in:
Felix Staud 2024-07-11 08:02:01 -07:00
parent ef4222cbfa
commit b7bf22e3e5

View File

@ -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;