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

11 lines
174 B
TypeScript

import {Textures} from "../Game/GameScene";
export enum PlayerAnimationNames {
WalkDown = 'down',
WalkLeft = 'left',
WalkUp = 'up',
WalkRight = 'right',
}