From d67efeb41d9884d08e909e9fbe562150c395d3cd Mon Sep 17 00:00:00 2001 From: titanRoyal <37749789+titanRoyal@users.noreply.github.com> Date: Sun, 28 Oct 2018 11:14:18 -0700 Subject: [PATCH] Rename sketch.js to skettch.js --- sketch.js => skettch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sketch.js => skettch.js (99%) diff --git a/sketch.js b/skettch.js similarity index 99% rename from sketch.js rename to skettch.js index 1ece97f..2f368c0 100644 --- a/sketch.js +++ b/skettch.js @@ -136,4 +136,4 @@ function keyPressed() { function touchStarted() { if (isOver) reset(); -} \ No newline at end of file +}