From a378690c6328c9e20ebba547ce818874f8089ae6 Mon Sep 17 00:00:00 2001 From: golemjager Date: Tue, 2 Mar 2021 19:47:14 -0700 Subject: [PATCH] Added leveljump function back in --- src/App.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.vue b/src/App.vue index b468954..8fa96f9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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;