Delete comment
authorgparant <g.parant@thecodingmachine.com>
Wed, 6 May 2020 00:13:00 +0000 (02:13 +0200)
committergparant <g.parant@thecodingmachine.com>
Wed, 6 May 2020 00:13:00 +0000 (02:13 +0200)
front/src/Phaser/Player/Animation.ts

index 742a69cd77c57473577d8739002747bc88e60ab4..46c0515452e84f2c1e285e055bf8a4e1b11d68e1 100644 (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,