Skip to content

Commit

Permalink
chore(scenes): fix pokey animation in preload
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 24, 2025
1 parent 81aea64 commit 1a0df01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scenes/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ scene(Scene.Preload, () => {
sliceX: 5,
anims: {
[Animation.Attack]: {
from: 0,
to: 1,
from: 1,
to: 2,
loop: true,
speed: 1,
},
[Animation.Cooldown]: 2,
[Animation.Cooldown]: 0,
[Animation.Idle]: 3,
[Animation.Stunned]: 4,
},
Expand Down

0 comments on commit 1a0df01

Please sign in to comment.