diff --git a/src/App.vue b/src/App.vue
index e008eea..b468954 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -157,28 +157,18 @@
- Bra
- Tits
- Panties
- Show Ass
- Show Pussy
- Get Toy
+
+ {{ l.jumptask.name }}
+
- Panty Stuffing
- Ice Cubes
- Cable
- Candle
- Skype/Snap
- Writing
- Pens
- Clamps
- Rope
- Slave Poses
+
+ {{ l.jumptask.name }}
+
@@ -357,96 +347,6 @@ export default {
this.ready = true;
this.reset();
},
- leveljump: function (i) {
- this.ready = false;
- this.currentLevel = i;
- this.ready = true;
- },
- jumptobra: function() {
- this.ready = false;
- this.currentLevel = 11;
- this.ready = true;
- },
- jumptotits: function () {
- this.ready = false;
- if (this.currentgame == 0) {
- this.currentLevel = 2;
- }
- else if (this.currentgame == 1) {
- this.currentLevel = 1;
- }
- this.ready = true;
- },
- jumptopanties: function () {
- this.ready = false;
- this.currentLevel = 23;
- this.ready = true;
- },
- jumptoass: function () {
- this.ready = false;
- this.currentLevel = 26;
- this.ready = true;
- },
- jumptopussy: function () {
- this.ready = false;
- this.currentLevel = 33;
- this.ready = true;
- },
- jumptosextoy: function () {
- this.ready = false;
- this.currentLevel = 43;
- this.ready = true;
- },
- jumptopantystuffing: function() {
- this.ready = false;
- this.currentLevel = 63;
- this.ready = true;
- },
- jumptoice: function() {
- this.ready = false;
- this.currentLevel = 66;
- this.ready = true;
- },
- jumptocable: function () {
- this.ready = false;
- this.currentLevel = 67;
- this.ready = true;
- },
- jumptocandle: function () {
- this.ready = false;
- this.currentLevel = 68;
- this.ready = true;
- },
- jumptoskype: function () {
- this.ready = false;
- this.currentLevel = 69;
- this.ready = true;
- },
- jumptowriting: function () {
- this.ready = false;
- this.currentLevel = 70;
- this.ready = true;
- },
- jumptopens: function() {
- this.ready = false;
- this.currentLevel = 73;
- this.ready = true;
- },
- jumptoclamps: function () {
- this.ready = false;
- this.currentLevel = 74;
- this.ready = true;
- },
- jumptorope: function() {
- this.ready = false;
- this.currentLevel = 78;
- this.ready = true;
- },
- jumptoslaveposes: function () {
- this.ready = false;
- this.currentLevel = 79;
- this.ready = true;
- },
/*startoverlay: function() {
this.overlayimg = this.overlayselect;
this.showoverlay = true;
@@ -494,12 +394,21 @@ export default {
background: "assets/g1t1.webm",
task: "Show a Peace Sign",
points: 0,
+ jumptask: {
+ name: "Jump Test",
+ type: "normal",
+ }
}, {
title: "START - Thumbs Up",
foreground: "assets/white.png-trans.png",
background: "assets/g1t2.webm",
task: "Give a thumbs up",
points: 0,
+ jumptask: {
+ name: "Dirty Jump Task",
+ type: "kinky"
+ }
+
}]
}, {
gamename: "Sweet Girl Game",