Fixed the Animations Naming

Signed-off-by: Sigrunixia <Scholarlysigrun@icloud.com>
This commit is contained in:
Rebbecca Bishop 2023-09-29 10:35:39 -05:00 committed by Sigrunixia
parent d719d1c17b
commit 5a736e7e1d
No known key found for this signature in database
GPG key ID: B6B8AAFE8ABC62D2
2 changed files with 2 additions and 1 deletions

View file

@ -124,7 +124,7 @@ import DISAPPOINT_IMG_PIKACHU from '../animations/pikachu/pikachu_disappoint.gif
### Animations class
Within the animations export class, you will want to add your animation map.
Within the animations class, you will want to add your animation map.
**Before**:
```ts

View file

@ -60,6 +60,7 @@ export class Animations {
// Add your character to the animation map.
// Replace name with your new character's name.
// Be mindful of your indentations as comment mode strips them.
//
// this.nameAnimationMap = {
// [AnimationType.EMERGE]: EMERGE_MOTION_NAME,