Skip to content

Commit

Permalink
Add storage var
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Feb 3, 2016
1 parent b248215 commit 45c6f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
colorFood = "yellow",
bodyColor = "white",
canvasFill = "black";
var storage;

function startGame(){
score = 0;
Expand Down

0 comments on commit 45c6f1d

Please sign in to comment.