Few more changes to support multi-games

This commit is contained in:
2021-02-26 02:33:02 -07:00
parent 32ffad0b21
commit f19545f0c8
4 changed files with 23 additions and 23 deletions

BIN
public/assets/cover1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 KiB

BIN
public/assets/cover2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

BIN
public/assets/cover3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

View File

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