Added leveljump function back in

This commit is contained in:
2021-03-02 19:47:14 -07:00
parent 0c6c3b6898
commit a378690c63

View File

@@ -347,6 +347,11 @@ export default {
this.ready = true; this.ready = true;
this.reset(); this.reset();
}, },
leveljump: function (i) {
this.ready = false;
this.currentLevel = i;
this.ready = true;
},
/*startoverlay: function() { /*startoverlay: function() {
this.overlayimg = this.overlayselect; this.overlayimg = this.overlayselect;
this.showoverlay = true; this.showoverlay = true;