Added levels function back in
This commit is contained in:
@@ -347,6 +347,11 @@ export default {
|
||||
this.ready = true;
|
||||
this.reset();
|
||||
},
|
||||
leveljump: function (i) {
|
||||
this.ready = false;
|
||||
this.currentLevel = i;
|
||||
this.ready = true;
|
||||
},
|
||||
/*startoverlay: function() {
|
||||
this.overlayimg = this.overlayselect;
|
||||
this.showoverlay = true;
|
||||
|
||||
Reference in New Issue
Block a user