Delete comment
This commit is contained in:
parent
b12d762ffe
commit
ebbe60f10f
@ -19,7 +19,7 @@ export enum PlayerAnimationNames {
|
|||||||
|
|
||||||
export const getPlayerAnimations = (name: string = Textures.Player): AnimationData[] => {
|
export const getPlayerAnimations = (name: string = Textures.Player): AnimationData[] => {
|
||||||
return [{
|
return [{
|
||||||
key: `${name}-${PlayerAnimationNames.WalkDown}`, //TODO chnage, it's a key for one anumation of ine user type.
|
key: `${name}-${PlayerAnimationNames.WalkDown}`,
|
||||||
frameModel: name,
|
frameModel: name,
|
||||||
frameStart: 0,
|
frameStart: 0,
|
||||||
frameEnd: 2,
|
frameEnd: 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user