more achievements

This commit is contained in:
Olivier Gagnon
2021-11-28 23:51:01 -05:00
parent e262c9bb38
commit 7ee5d8d71a
16 changed files with 478 additions and 56 deletions
-1
View File
@@ -425,7 +425,6 @@ const Engine: {
Player.lastUpdate = _thisUpdate - offset;
Engine.updateGame(diff);
}
window.requestAnimationFrame(Engine.start);
},
};