Skip to content

Commit

Permalink
Limited time cake as separate theme
Browse files Browse the repository at this point in the history
  • Loading branch information
instafluff committed Aug 22, 2023
1 parent 188acb3 commit 0dd731b
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 0 deletions.
1 change: 1 addition & 0 deletions cake_pixelplush.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<script>
const params = new URLSearchParams( location.search );
setupGame( "Parachute Drop (PixelPlush Cake)", {
"requires": "addon_parachute_cakeplush",
"path": "https://cdn.jsdelivr.net/gh/pixelplush",
"bg": "game-parachute/cake_theme/cake_chocolate/bcg",
"target": [
Expand Down
135 changes: 135 additions & 0 deletions cake_pixelplush_limited.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
<!DOCTYPE html>
<html>
<head>
<title>Parachute Drop (PixelPlush Cake) Game by PixelPlush</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6EJRXTPH3Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6EJRXTPH3Z');
</script>
<link rel="stylesheet" href="css/fonts.css" />
<script src="https://cdn.jsdelivr.net/npm/tinycolor2/dist/tinycolor-min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/pixelplush/assets/pinkfluffyunicorn.min.js"></script>
<script src="js/parachute.min.js"></script>
<style>
* {
background-color: transparent;
margin: 0;
padding: 0;
border: 0;
}
body {
overflow: hidden;
}
</style>
</head>
<body>
<div id="unicorn-display"></div>
<script>
const params = new URLSearchParams( location.search );
setupGame( "Parachute Drop (PixelPlush Cake)", {
"path": "https://cdn.jsdelivr.net/gh/pixelplush",
"bg": "game-parachute/cake_theme/cake_chocolate/bcg",
"target": [
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back1",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back1",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back1",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back2",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back2",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back2",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back3",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back3",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back3",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back4",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back4",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back4",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back5",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back5",
"game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_back5"
],
"target_front": "game-parachute/cake_theme/cake_chocolate/target_cake_pixelplush_front_credit_v3",
"target_offset": -35,
"target_width": 384,
"target_y_offset": 50,
"target_walls": 75,
"target_collide_land": 0,
"target_particles": [
"#45291e"
],
"clouds": [
"game-parachute/cake_theme/cake_chocolate/cloud1",
"game-parachute/cake_theme/cake_chocolate/cloud2",
"game-parachute/cake_theme/cake_chocolate/cloud3",
"game-parachute/cake_theme/cake_chocolate/cloud4",
"game-parachute/cake_theme/cake_chocolate/cloud5"
],
"parachute_offset": 0,
"parachutes": [
"game-parachute/cake_theme/cake_chocolate/chutes_cake_chocolate_brown",
"game-parachute/cake_theme/cake_chocolate/chutes_cake_chocolate_mix",
"game-parachute/cake_theme/cake_chocolate/chutes_cake_chocolate_white"
],
"droplets": [
"game-parachute/cake_theme/cake_chocolate/droplet1",
"game-parachute/cake_theme/cake_chocolate/droplet2",
"game-parachute/cake_theme/cake_chocolate/droplet3",
"game-parachute/cake_theme/cake_chocolate/droplet4",
"game-parachute/cake_theme/cake_chocolate/droplet5",
"game-parachute/cake_theme/cake_chocolate/droplet5"
],
"dropletSizes": [
1,
0.5,
0.5,
0.5,
0.5,
0.5
],
"queue_sound": "sfx/group_queue.mp3",
"drop_sound": "sfx/woodrop.mp3",
"parachute_sound": "sfx/parachuteflap.mp3",
"characters": {
"maaya": "maaya",
"instafluff": "insta",
"boy": "boy",
"girl": "girl"
},
"playable": [
"boy",
"girl"
]
}, {
channel: params.get( "channel" ),
oauth: params.get( "oauth" ),
refreshToken: params.get( "refreshToken" ),
messageFormat: params.get( "messageFormat" ),
overlay: params.get( "overlay" ),
clouds: params.get( "clouds" ),
hideTilDrop: params.get( "hideTilDrop" ),
volume: params.get( "volume" ),
droplets: params.get( "droplets" ),
command: params.get( "command" ),
commandOn: params.get( "commandOn" ),
cooldown: params.get( "cooldown" ),
variations: params.get( "variations" ),
didRandom: params.get( "didRandom" ),
cpDrop: params.get( "cpDrop" ),
cpDropCost: params.get( "cpDropCost" ),
cpDroplets: params.get( "cpDroplets" ),
cpDropletsCost: params.get( "cpDropletsCost" ),
cpDropletsCD: params.get( "cpDropletsCD" ),
cpQueue: params.get( "cpQueue" ),
cpQueueCost: params.get( "cpQueueCost" ),
cpQueueCD: params.get( "cpQueueCD" ),
notifVolume: params.get( "notifVolume" ),
spawnZombies: params.get( "spawnZombies" ),
readyTime: params.get( "readyTime" ),
raidMode: params.get( "raidMode" ),
outfit: params.get( "outfit" ),
});
</script>
</body>
</html>

0 comments on commit 0dd731b

Please sign in to comment.