Add: experience app timer

This commit is contained in:
2018-09-27 12:43:28 +09:00
parent 4f34218c80
commit 988d289a70
8 changed files with 98 additions and 2 deletions
+6 -1
View File
@@ -1,11 +1,16 @@
var TypingTest = {
create: function() {
self = this;
var self = this;
this.initTypingData();
sessionStorageManager.setIsNewBestRecord(false);
var experienceAppTimer = new ExperienceAppTimer();
experienceAppTimer.setTimeOverListener(
(function() { this.gameOver(); }).bind(this)
);
game.stage.backgroundColor = '#4d4d4d';
// top ui