mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 16:21:53 +08:00
started scoring system, yet to be populated
This commit is contained in:
@@ -157,6 +157,7 @@ var Engine = {
|
||||
},
|
||||
|
||||
saveGame: function() {
|
||||
//Score.saveScore();
|
||||
if(typeof Storage != 'undefined' && localStorage) {
|
||||
if(Engine._saveTimer != null) {
|
||||
clearTimeout(Engine._saveTimer);
|
||||
|
||||
Reference in New Issue
Block a user