workadventure/front/src/Phaser/Player/Animation.ts

10 lines
130 B
TypeScript

export enum PlayerAnimationNames {
WalkDown = 'down',
WalkLeft = 'left',
WalkUp = 'up',
WalkRight = 'right',
}