Add: cookingTimeByGrade

This commit is contained in:
2019-12-12 08:11:49 +09:00
parent 37ba3a2eeb
commit 8dce19a228
6 changed files with 84 additions and 73 deletions
+6
View File
@@ -144,6 +144,7 @@ var Game = {
onChangeDialLevel: function(dialLevel) {
this.burnLevel = dialLevel;
// console.log(this.burnLevel);
this.heatPlate.onChangeDialLevel(dialLevel);
},
@@ -152,6 +153,11 @@ var Game = {
this.isEnableClick = value;
},
getBurnLevel: function() {
// console.log(this.burnLevel);
return this.burnLevel;
},
back: function() {
sessionStorageManager.resetPlayingAppData();
location.href = '../../web/client/main_menu.html';