Add achievements local storage support

This commit is contained in:
Tadej Novak
2014-08-04 19:50:41 +02:00
parent 6b3caad8af
commit 142b7941e8
4 changed files with 17 additions and 5 deletions
+1
View File
@@ -175,6 +175,7 @@ var GameObjects = (function() {
ObjectStorage.save('research', research);
ObjectStorage.save('workers', workers);
ObjectStorage.save('upgrades', upgrades);
ObjectStorage.save('achievements', achievements);
};
return {