From: gparant Date: Wed, 6 May 2020 00:13:00 +0000 (+0200) Subject: Delete comment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ebbe60f10f116eaeec9a60d397e8c558caf3af84;p=libreadventure.git Delete comment --- diff --git a/front/src/Phaser/Player/Animation.ts b/front/src/Phaser/Player/Animation.ts index 742a69c..46c0515 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,