Skip to content

Commit

Permalink
Turned off showHitboxes, since I accidentally left it on.
Browse files Browse the repository at this point in the history
  • Loading branch information
RepeatGitHub committed Dec 6, 2022
1 parent c9b1424 commit a744d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ var backgrond = function() {
background(173, 173, 173);
}
};
var showHitboxes = true;
var showHitboxes = false;
var platformRender = function() {
if (stage===0) {
platforms = [
Expand Down

0 comments on commit a744d45

Please sign in to comment.