Skip to content

Commit

Permalink
Final Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeledWarrior14 authored Feb 9, 2021
1 parent ee82891 commit f015cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function setup() {
frameRate(15);

pacman = createSprite(275, 110, 1, 1);
pacman.debug = true;
//pacman.debug = true;
pacman.addAnimation('pacman', pacmanDown);
pacman.addAnimation('pacman1', pacmanUp);
pacman.addAnimation('pacman2', pacmanLeft);
Expand Down

0 comments on commit f015cf2

Please sign in to comment.