Few more changes to support multi-games
This commit is contained in:
46
src/App.vue
46
src/App.vue
@@ -507,69 +507,69 @@ export default {
|
||||
limit: 200,
|
||||
},
|
||||
/*hidehighscore: false,*/
|
||||
hidehighscorecover: false,
|
||||
hidehighscorecover: true,
|
||||
fontFamily: "Acme",
|
||||
games: [{
|
||||
gamename: "Game1",
|
||||
gamename: "Sexy Points Game",
|
||||
levels: [{
|
||||
title: "Game 1 - Cover",
|
||||
foreground: "assets/white.png-trans.png",
|
||||
title: "START - Cover",
|
||||
foreground: "assets/cover1.png",
|
||||
background: "assets/g1c.webm",
|
||||
task: "",
|
||||
points: 0,
|
||||
}, {
|
||||
title: "Game 1 - Task 1",
|
||||
title: "START - Peace Sign",
|
||||
foreground: "assets/white.png-trans.png",
|
||||
background: "assets/g1t1.webm",
|
||||
task: "Task 1 for Game 1",
|
||||
task: "Show a Peace Sign",
|
||||
points: 0,
|
||||
}, {
|
||||
title: "Game 1 - Task 2",
|
||||
title: "START - Thumbs Up",
|
||||
foreground: "assets/white.png-trans.png",
|
||||
background: "assets/g1t2.webm",
|
||||
task: "Task 2 for Game 1",
|
||||
task: "Give a thumbs up",
|
||||
points: 0,
|
||||
}]
|
||||
}, {
|
||||
gamename: "Game2",
|
||||
gamename: "Sweet Girl Game",
|
||||
levels: [{
|
||||
title: "Game 2 - Cover",
|
||||
foreground: "assets/white.png-trans.png",
|
||||
title: "START - Cover",
|
||||
foreground: "assets/cover2.png",
|
||||
background: "assets/g2c.webm",
|
||||
task: "",
|
||||
points: 0,
|
||||
}, {
|
||||
title: "Game 2 - Task 1",
|
||||
title: "START - 3 Fingers",
|
||||
foreground: "assets/white.png-trans.png",
|
||||
background: "assets/g2t1.webm",
|
||||
task: "Task 1 for Game 2",
|
||||
task: "Hold up 3 fingers",
|
||||
points: 0,
|
||||
}, {
|
||||
title: "Game 2 - Task 2",
|
||||
title: "START - Rock On Sign",
|
||||
foreground: "assets/white.png-trans.png",
|
||||
background: "assets/g2t2.webm",
|
||||
task: "Task 2 for Game 2",
|
||||
task: "Make a Rock On Sign",
|
||||
points: 0,
|
||||
}]
|
||||
}, {
|
||||
gamename: "Game3",
|
||||
gamename: "Naughty Game",
|
||||
levels: [{
|
||||
title: "Game 3 - Cover",
|
||||
foreground: "assets/white.png-trans.png",
|
||||
title: "START - Cover",
|
||||
foreground: "assets/cover3.png",
|
||||
background: "assets/g3c.webm",
|
||||
task: "",
|
||||
points: 0,
|
||||
}, {
|
||||
title: "Game 3 - Task 1",
|
||||
title: "START - OK Sign",
|
||||
foreground: "assets/white.png-trans.png",
|
||||
background: "assets/g3t1.webm",
|
||||
task: "Task 1 for Game 3",
|
||||
task: "Make an OK sign",
|
||||
points: 0,
|
||||
}, {
|
||||
title: "Game 3 - Task 1",
|
||||
title: "START - Heart Sign",
|
||||
foreground: "assets/white.png-trans.png",
|
||||
background: "assets/g3t1.webm",
|
||||
task: "Task 2 for Game 3",
|
||||
background: "assets/g3t2.webm",
|
||||
task: "Make a Heart sign",
|
||||
points: 0,
|
||||
}]
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user