Delete comment

This commit is contained in:
gparant 2020-05-06 02:13:00 +02:00
parent b12d762ffe
commit ebbe60f10f

View file

@ -19,7 +19,7 @@ export enum PlayerAnimationNames {
export const getPlayerAnimations = (name: string = Textures.Player): AnimationData[] => {
return [{
key: `${name}-${PlayerAnimationNames.WalkDown}`, //TODO chnage, it's a key for one anumation of ine user type.
key: `${name}-${PlayerAnimationNames.WalkDown}`,
frameModel: name,
frameStart: 0,
frameEnd: 2,