rename LocalScoreManager to LocalStorageManager

This commit is contained in:
Gabriele Cirulli
2014-03-22 15:38:52 +01:00
parent bd7f8963d0
commit 08c50df938
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Wait till the browser is ready to render the game (avoids glitches)
window.requestAnimationFrame(function () {
new GameManager(4, KeyboardInputManager, HTMLActuator, LocalScoreManager);
new GameManager(4, KeyboardInputManager, HTMLActuator, LocalStorageManager);
});