Skip to content

Commit 4b69fb7

Browse files
committed
FramePlaybackTime
1 parent b3a806f commit 4b69fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/scripts/characters/pacman.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Pacman {
4141
this.display = true;
4242
this.animate = true;
4343
this.loopAnimation = true;
44-
this.msBetweenSprites = 50;
44+
this.msBetweenSprites = 160;
4545
this.msSinceLastSprite = 0;
4646
this.spriteFrames = 4;
4747
this.backgroundOffsetPixels = 0;

0 commit comments

Comments
 (0)