Add: cookingTimeByGrade
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user