started scoring system, yet to be populated

This commit is contained in:
Vermilingua
2013-10-18 11:58:33 +11:00
parent a19643517a
commit 3b3755cda9
8 changed files with 173 additions and 57 deletions
+1
View File
@@ -157,6 +157,7 @@ var Engine = {
},
saveGame: function() {
//Score.saveScore();
if(typeof Storage != 'undefined' && localStorage) {
if(Engine._saveTimer != null) {
clearTimeout(Engine._saveTimer);