mirror of
https://github.com/ericaxu/gemmy.git
synced 2026-07-22 07:30:31 +00:00
Fixed the Animations Naming
Signed-off-by: Sigrunixia <Scholarlysigrun@icloud.com>
This commit is contained in:
parent
d719d1c17b
commit
5a736e7e1d
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue