From ebbe60f10f116eaeec9a60d397e8c558caf3af84 Mon Sep 17 00:00:00 2001 From: gparant Date: Wed, 6 May 2020 02:13:00 +0200 Subject: [PATCH] Delete comment --- front/src/Phaser/Player/Animation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/Phaser/Player/Animation.ts b/front/src/Phaser/Player/Animation.ts index 742a69cd..46c05154 100644 --- a/front/src/Phaser/Player/Animation.ts +++ b/front/src/Phaser/Player/Animation.ts @@ -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,