Skip to content

Commit

Permalink
Update sketch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
viliRocha authored Sep 9, 2024
1 parent 56f9911 commit 4379ce5
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 @@ -71,7 +71,7 @@ function setup() {

//creating a restart button that will only be shown when player dies
restart = new Sprite(windowWidth / 2 - 50, windowHeight / 2 + 25);
restart.image = "restart.png;
restart.image = "restart.png";
restart.scale = 0.2;
restart.collider = 'none';

Expand Down

0 comments on commit 4379ce5

Please sign in to comment.