Skip to content

Commit

Permalink
VERY BROKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall-A committed Jun 21, 2024
1 parent c403b3e commit 790ae33
Show file tree
Hide file tree
Showing 108 changed files with 119,897 additions and 391 deletions.
6,127 changes: 6,127 additions & 0 deletions Example Quaver Maps/Animosity/115717.qua

Large diffs are not rendered by default.

5,007 changes: 5,007 additions & 0 deletions Example Quaver Maps/Animosity/115719.qua

Large diffs are not rendered by default.

3,597 changes: 3,597 additions & 0 deletions Example Quaver Maps/Animosity/115720.qua

Large diffs are not rendered by default.

3,123 changes: 3,123 additions & 0 deletions Example Quaver Maps/Animosity/115721.qua

Large diffs are not rendered by default.

2,370 changes: 2,370 additions & 0 deletions Example Quaver Maps/Animosity/115722.qua

Large diffs are not rendered by default.

Binary file added Example Quaver Maps/Animosity/animosity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Example Quaver Maps/Animosity/audio.mp3
Binary file not shown.
Binary file added Example Quaver Maps/Feral/1010552.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33,752 changes: 33,752 additions & 0 deletions Example Quaver Maps/Feral/110366.qua

Large diffs are not rendered by default.

Binary file added Example Quaver Maps/Feral/audio.mp3
Binary file not shown.
5,863 changes: 5,863 additions & 0 deletions Example Quaver Maps/Invisible Frenzy/61319.qua

Large diffs are not rendered by default.

4,127 changes: 4,127 additions & 0 deletions Example Quaver Maps/Invisible Frenzy/61320.qua

Large diffs are not rendered by default.

4,940 changes: 4,940 additions & 0 deletions Example Quaver Maps/Invisible Frenzy/61321.qua

Large diffs are not rendered by default.

2,222 changes: 2,222 additions & 0 deletions Example Quaver Maps/Invisible Frenzy/61322.qua

Large diffs are not rendered by default.

Binary file added Example Quaver Maps/Invisible Frenzy/BG.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Example Quaver Maps/Invisible Frenzy/audio.mp3
Binary file not shown.
3,187 changes: 3,187 additions & 0 deletions Example Quaver Maps/JUST LIKE WE NEVER SAID GOODBYE/128810.qua

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes
10,688 changes: 10,688 additions & 0 deletions Example Quaver Maps/Kyu-kurarin (7_7 bootleg)/130826.qua

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,963 changes: 4,963 additions & 0 deletions Example Quaver Maps/Metamorphose/79650.qua

Large diffs are not rendered by default.

4,249 changes: 4,249 additions & 0 deletions Example Quaver Maps/Metamorphose/79651.qua

Large diffs are not rendered by default.

Binary file added Example Quaver Maps/Metamorphose/audio.mp3
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,798 changes: 4,798 additions & 0 deletions Example Quaver Maps/Shiensousen/112193.qua

Large diffs are not rendered by default.

5,981 changes: 5,981 additions & 0 deletions Example Quaver Maps/Shiensousen/112194.qua

Large diffs are not rendered by default.

3,545 changes: 3,545 additions & 0 deletions Example Quaver Maps/Shiensousen/112195.qua

Large diffs are not rendered by default.

2,296 changes: 2,296 additions & 0 deletions Example Quaver Maps/Shiensousen/112361.qua

Large diffs are not rendered by default.

1,132 changes: 1,132 additions & 0 deletions Example Quaver Maps/Shiensousen/112362.qua

Large diffs are not rendered by default.

7,632 changes: 7,632 additions & 0 deletions Example Quaver Maps/Shiensousen/116216.qua

Large diffs are not rendered by default.

Binary file added Example Quaver Maps/Shiensousen/audio.mp3
Binary file not shown.
Binary file added Example Quaver Maps/Shiensousen/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
335 changes: 91 additions & 244 deletions Game.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions convert-all-quaver.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const fs = require("fs");
const path = require("path");

const quaverToGoofyMania = require("./quaverToGoofyMania");

const quaverMapsPath = process.argv[2] || "./Example Quaver Maps";
const goofyManiaMapsPath = process.argv[3] || "./maps";


fs.readdirSync(quaverMapsPath).forEach(quaverMapPath => quaverToGoofyMania(path.join(quaverMapsPath, quaverMapPath), path.join(goofyManiaMapsPath, `Quaver - ${quaverMapPath}`)));
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</head>
<body>
<div id="game-container"></div>
<button style="display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;" onclick="doThing(this)">CLICK ME</button>
<button style="width: 100%; height: 100%;" onclick="doThing(this)">CLICK ME</button>
<script>
async function doThing(e) {
e.remove();
const settings = {
const userSettings = {
scrollSpeed: 17,
keybinds: {
"4-keys": ["d","f","j","k"],
Expand All @@ -24,12 +24,13 @@
}
loadSkin("/skins/default");
// for testing
const mapPath = "./maps/3";
// const mapPath = "./maps/Quaver - JUST LIKE WE NEVER SAID GOODBYE";
const mapPath = "./maps/Quaver - Kyu-Kurarin (7_7 bootleg)";
const levelIndex = 0;
const map = await getMap(mapPath);
const level = await getLevel(mapPath, map.levels[levelIndex]);

const game = new Game(document.getElementById("game-container"), map, level, settings);
game = new Game(document.getElementById("game-container"), map, level, userSettings);
game.init();
game.start();
}
Expand Down
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ html, body {
height: 100%;
}

/* * { box-sizing: border-box; } */
* { box-sizing: border-box; }
/* div { outline: 1px solid blue; } */
10 changes: 10 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ async function getMap(mapPath) {
return map;
}

async function loadDefaultSkin(skinPath) {
const skin = await fetch(`${skinPath}/skin.gms`).then(i => i.json());

const styleElement = document.getElementById("default-skin-style");
styleElement.rel = "stylesheet";
styleElement.href = `${skinPath}/${skin.styleFile}`;

document.head.appendChild(styleElement);
}

async function loadSkin(skinPath) {
const skin = await fetch(`${skinPath}/skin.gms`).then(i => i.json());

Expand Down
1 change: 0 additions & 1 deletion maps/1/107967.gml

This file was deleted.

1 change: 0 additions & 1 deletion maps/1/108558.gml

This file was deleted.

1 change: 0 additions & 1 deletion maps/1/117989.gml

This file was deleted.

1 change: 0 additions & 1 deletion maps/2/22396.gml

This file was deleted.

1 change: 0 additions & 1 deletion maps/2/22397.gml

This file was deleted.

1 change: 0 additions & 1 deletion maps/2/22398.gml

This file was deleted.

1 change: 0 additions & 1 deletion maps/3/128810.gml

This file was deleted.

Empty file removed maps/4/map.gmm
Empty file.
1 change: 1 addition & 0 deletions maps/Quaver - Animosity/115717.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Animosity/115719.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Animosity/115720.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Animosity/115721.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Animosity/115722.gml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[[1,0,8.0115],[4,0,8.0115],[2,0,11.347],[3,0,12.012],[4,0,12.6805],[3,0,15.68],[2,0,16.345],[1,0,17.0135],[4,0,17.6785],[2,0,20.012999999999998],[1,0,21.511],[3,0,22.011499999999998],[2,0,22.512],[3,0,23.0125],[2,0,23.512999999999998],[3,0,24.0135],[4,0,24.0135],[2,0,25.511499999999998],[3,0,25.511499999999998],[2,0,27.012999999999998],[1,0,27.012999999999998],[3,0,28.511],[2,0,28.511],[4,0,30.0125],[3,0,31.0135],[2,0,32.010999999999996],[1,0,32.010999999999996],[2,0,33.512499999999996],[3,0,33.512499999999996],[3,0,35.013999999999996],[4,0,35.013999999999996],[1,0,36.0115],[4,0,36.0115],[3,0,38.0135],[2,0,39.010999999999996],[1,0,39.010999999999996],[4,0,40.012],[3,3.752,40.012],[2,2.751,41.013],[1,2.751,41.013],[4,0,44.012499999999996],[3,0,44.513],[1,0,45.0135],[2,0,45.513999999999996],[4,0,46.010999999999996],[4,0,47.012],[1,0,48.013],[2,3.7485,48.013],[3,2.7475,49.013999999999996],[4,2.7475,49.013999999999996],[1,0,52.0135],[2,0,52.513999999999996],[4,0,53.5115],[3,0,54.012],[3,0,55.013],[2,0,56.013999999999996],[1,3.7485,56.013999999999996],[3,2.751,57.0115],[4,2.751,57.0115],[2,0,60.010999999999996],[3,0,60.5115],[4,0,61.012],[3,0,62.013],[2,0,62.5135],[1,0,63.013999999999996],[3,0,64.0115],[4,3.752,64.0115],[2,2.751,65.0125],[1,2.751,65.0125],[3,0,68.012],[2,0,68.5125],[3,0,69.762],[1,2.499,72.0125],[4,0,72.0125],[2,0,72.0125],[4,0,73.0135],[3,0,74.011],[3,0,75.012],[2,0,76.01299999999999],[2,0,77.014],[1,0,78.0115],[1,0,79.0125],[3,0,80.0135],[3,0,81.011],[2,0,82.012],[2,0,83.01299999999999],[4,0,84.014],[4,0,85.0115],[2,0,86.0125],[2,0,87.0135],[3,0,87.514],[2,0,88.011],[1,0,88.011],[3,0,89.012],[4,0,89.012],[2,0,90.01299999999999],[3,0,90.01299999999999],[2,0,91.014],[1,0,91.014],[3,0,92.0115],[4,0,92.0115],[1,0,93.0125],[2,0,93.0125],[2,0,94.0135],[3,0,94.0135],[3,0,95.011],[4,0,95.011],[1,1.5015,96.012],[4,0.5005,97.5135],[1,1.498,98.014],[3,0.5005,100.0125],[2,0.833,100.51299999999999],[3,0.665,101.346],[2,1.001,102.011],[2,0.5005,104.01299999999999],[1,0.5005,104.01299999999999],[3,0.497,105.014],[4,0.497,105.014],[1,0.5005,106.0115],[2,0.5005,106.0115],[3,0.2485,107.0125],[4,0.2485,107.0125],[2,0.2485,107.51299999999999],[1,0.2485,107.51299999999999],[3,0.5005,108.0135],[4,0.5005,108.0135],[1,0.5005,109.011],[2,0.5005,109.011],[3,1.001,110.012],[2,1.001,111.01299999999999],[3,0,112.014],[4,0,112.014],[3,0,113.0115],[2,0,113.0115],[1,0,114.0125],[3,0,114.51299999999999],[2,0,115.0135],[4,0,115.514],[1,0.6685,116.011],[4,0.833,116.67949999999999],[1,0.5005,117.5125],[4,1.498,118.01299999999999],[3,0,118.01299999999999],[2,0.7525,120.0115],[3,0.5005,121.0125],[1,0.252,121.7615],[4,0.749,122.0135],[2,0.7525,123.011],[3,0.749,124.012],[1,0.2485,125.01299999999999],[4,0.2485,125.5135],[2,0.749,126.014],[3,1.001,127.0115],[1,0.2485,128.0125],[4,0.2485,128.513],[2,0.749,129.0135],[3,0.7525,130.011],[1,0.252,131.012],[4,0.2485,131.5125],[2,0,132.013],[1,0,132.013],[3,0,133.014],[4,0,133.014],[1,1.001,134.01149999999998],[4,0.5005,135.0125],[1,0.2485,135.513],[3,0.5005,136.0135],[2,0.2485,136.514],[4,0.7525,137.011],[1,0.749,138.012],[3,0.749,139.013],[2,0.497,140.014],[4,0.2485,140.763],[1,0.252,141.01149999999998],[3,0.252,141.512],[2,0.5005,142.0125],[4,0.5005,142.76149999999998],[1,0.2485,143.514],[3,0.5005,144.011],[2,0.5005,144.7635],[4,0.2485,145.5125],[1,0.252,145.761],[3,0,146.013],[2,0,146.5135],[4,0,147.014],[1,0,147.511],[3,0.6685,148.01149999999998],[2,0.833,148.68],[3,0.5005,149.513],[2,1.498,150.0135],[1,0,150.0135],[3,0.252,152.012],[2,0,153.013],[1,0,153.013],[2,0,154.01399999999998],[3,0,154.01399999999998],[3,0,155.01149999999998],[4,0,155.01149999999998],[2,0,156.0125],[1,0,156.0125],[4,0,157.0135],[1,0,157.2655],[3,0,158.011],[4,0,158.011],[2,0,159.012],[1,0,159.012],[4,0,159.5125],[1,0,159.761],[3,0.2485,160.013],[2,0,161.01399999999998],[1,0,161.01399999999998],[2,0,162.01149999999998],[3,0,162.01149999999998],[3,0,163.0125],[4,0,163.0125],[2,0,163.513],[1,0,163.513],[4,0,164.0135],[2,0,164.51399999999998],[3,0,165.011],[1,0,165.51149999999998],[4,1.001,166.012],[1,0,168.01399999999998],[3,0,168.01399999999998],[2,0,169.01149999999998],[4,0,169.01149999999998],[1,0,170.0125],[4,0,170.0125],[3,0,171.0135],[1,0,171.0135],[1,0,172.011],[4,0,172.011],[2,0,173.012],[4,0,173.012],[3,0,174.013],[1,0,174.013],[1,0,175.01399999999998],[4,0,175.01399999999998],[1,0,176.01149999999998],[3,0,176.01149999999998],[2,0,177.0125],[4,0,177.0125],[1,0,178.0135],[2,0,178.0135],[4,0,178.51399999999998],[3,0,178.51399999999998],[2,0,179.011],[1,0,179.011],[3,0,179.51149999999998],[4,0,179.51149999999998],[1,0,180.012],[3,0,180.5125],[2,0,181.013],[4,0,181.5135],[1,0,182.01399999999998],[2,0,182.511],[4,0,183.01149999999998],[3,0,183.512],[1,15.9985,184.0125],[3,0,200.011],[2,0,200.51149999999998],[3,0,201.012],[2,0,201.5125],[4,0,202.013],[1,0,202.5135],[4,0,203.01399999999998],[1,0,203.511],[4,0,204.01149999999998],[3,0,204.512],[2,0,205.0125],[1,0,205.513],[4,0,206.0135],[3,0,206.51399999999998],[2,0,207.011],[1,0,207.51149999999998],[3,0,208.012],[4,0,208.5125],[2,0,209.013],[1,0,209.5135],[3,0,210.01399999999998],[4,0,210.511],[2,0,211.01149999999998],[1,0,211.512],[4,0.6685,212.345],[1,0.9974999999999999,213.0135],[4,1.001,214.011],[1,0,215.012],[2,0,215.012],[1,0,216.013],[3,1.001,216.013],[2,0.9974999999999999,217.01399999999998],[4,0,217.01399999999998],[1,0,218.01149999999998],[4,1.001,218.01149999999998],[1,1.001,219.0125],[3,0,219.0125],[4,0.9974999999999999,220.0135],[2,0,220.0135],[2,1.001,221.011],[3,0,221.011],[4,1.001,222.012],[1,0,222.012],[1,1.001,223.013],[3,0,223.013],[3,0.9974999999999999,224.01399999999998],[2,0,224.01399999999998],[4,0,225.01149999999998],[1,1.001,225.01149999999998],[4,1.001,226.0125],[2,0,226.0125],[2,0.9974999999999999,227.0135],[3,0,227.0135],[4,0,228.011],[1,2.002,228.011],[2,1.001,230.013],[3,0.9974999999999999,231.01399999999998],[1,1.001,232.01149999999998],[4,0,232.01149999999998],[4,1.001,233.0125],[2,0,233.0125],[2,0.9974999999999999,234.0135],[3,0,234.0135],[4,1.001,235.011],[1,0,235.011],[1,1.001,236.012],[3,0,236.012],[3,1.001,237.013],[2,0,237.013],[1,0,238.01399999999998],[4,0.9974999999999999,238.01399999999998],[1,1.001,239.01149999999998],[3,0,239.01149999999998],[2,1.001,240.0125],[4,0,240.0125],[3,0.9974999999999999,241.0135],[1,0,241.0135],[2,0,242.011],[3,0,242.51149999999998],[2,0,243.012],[4,0,243.5125],[1,0,243.761],[3,0.665,244.013],[2,0.6685,244.678],[3,0.665,245.3465],[2,1.001,246.01149999999998],[1,0,246.01149999999998],[3,0.665,247.0125],[2,0.5005,248.0135],[1,0.5005,248.0135],[3,0.5005,249.011],[4,0.5005,249.011],[2,0.5005,250.012],[1,0.5005,250.012],[3,0.5005,251.013],[4,0.5005,251.013],[2,0.497,252.01399999999998],[1,0.497,252.01399999999998],[3,0.252,253.01149999999998],[4,0.252,253.01149999999998],[2,0.2485,253.2635],[1,0.2485,253.2635],[3,0.5005,254.0125],[4,0.5005,254.0125],[2,0.5005,255.0135],[1,0.5005,255.0135],[3,0.2485,255.7625],[4,0.2485,255.7625],[2,0.5005,256.01099999999997],[1,0.5005,256.01099999999997],[3,0.5005,257.012],[4,0.5005,257.012],[2,0.5005,258.013],[1,0.5005,258.013],[3,0.2485,259.014],[4,0.2485,259.014],[2,0.252,259.51099999999997],[1,0.252,259.51099999999997],[3,1.001,260.0115],[4,0.5005,260.0115],[2,1.001,261.0125],[3,0.9974999999999999,262.01349999999996],[4,0,262.01349999999996],[2,0.7525,263.01099999999997],[3,0,264.012],[4,0,264.012],[3,0,265.013],[2,0,265.013],[2,0,266.014],[1,0,266.014],[2,0,267.0115],[3,0,267.0115],[3,0,268.0125],[4,0,268.0125],[3,0,269.01349999999996],[2,0,269.01349999999996],[2,0,270.01099999999997],[1,0,270.01099999999997],[3,0,271.012],[4,0,271.012],[2,0,271.5125],[1,0,271.5125],[3,0,272.013],[4,0,272.013],[2,0,273.014],[1,0,273.014],[3,0,274.0115],[2,0,274.0115],[3,0,275.0125],[4,0,275.0125],[2,0,275.513],[1,0,275.513],[3,0,276.01349999999996],[4,3.2479999999999998,276.01349999999996],[1,0,280.014],[2,0,280.014],[3,0,280.014],[4,0,280.014],[2,0,288.0115],[3,0,288.0115],[4,0,288.0115],[1,4.0005,288.0115],[2,4.0005,292.012],[3,4.0005,296.0125],[4,4.0005,300.013],[3,4.0005,304.01349999999996],[2,3.997,308.014],[1,4.0005,312.01099999999997],[4,16.002,316.0115],[3,12.0015,320.012],[2,12.0015,320.012],[1,12.0015,320.012],[2,0,338.0125],[3,0,338.513],[1,0,339.01349999999996],[4,0,339.514],[2,0,340.01099999999997],[1,0.5005,340.01099999999997],[3,1.001,340.5115],[1,0.5005,342.013],[4,0.5005,342.51349999999996],[2,0.7525,343.51099999999997],[3,0.749,344.512],[1,0.749,346.01349999999996],[4,0.7525,347.01099999999997],[2,0,348.012],[1,0.5005,348.012],[3,1.001,348.5125],[1,0.497,350.014],[4,0.5005,350.51099999999997],[2,0.749,351.512],[3,0.749,352.513],[1,0.2485,353.514],[2,0.7525,354.01099999999997],[3,0.252,355.012],[4,0.2485,355.5125],[2,0,356.013],[1,0.5005,356.013],[3,0.9974999999999999,356.51349999999996],[1,0.5005,358.0115],[4,0.5005,358.512],[2,0.749,359.513],[3,0.749,360.514],[4,0.749,362.012],[1,0.749,363.013],[3,0,364.014],[4,0.497,364.014],[2,1.001,364.51099999999997],[4,0.5005,366.0125],[1,0.5005,366.513],[3,0.749,367.514],[2,0.7525,368.5115],[3,0.2485,369.5125],[1,0.749,370.013],[3,0.2485,371.014],[2,0.252,371.51099999999997],[4,0.5005,372.0115],[3,0,372.0115],[2,1.001,372.512],[4,0.5005,374.01349999999996],[1,0.497,374.514],[3,0.7525,375.5115],[2,1.001,376.5125],[1,0.749,378.014],[2,0.7525,379.0115],[3,0,380.0125],[4,0.5005,380.0125],[2,1.001,380.513],[4,0.5005,382.01099999999997],[1,0.5005,382.5115],[3,0.749,383.5125],[2,0.749,384.51349999999996],[1,1.75,386.0115],[2,1.75,386.0115],[3,1.75,386.0115],[4,1.75,386.0115],[2,0,388.01349999999996],[3,0,388.514],[1,0,389.01099999999997],[4,0,389.5115],[2,0,390.012],[3,0,390.5125],[1,0,391.013],[4,0,391.51349999999996],[2,0,392.014],[3,0,392.51099999999997],[1,0,393.0115],[4,0,393.512],[2,0,394.0125],[3,0,394.513],[1,0,395.01349999999996],[4,0,395.514],[2,0,396.01099999999997],[3,0,396.5115],[2,0,397.012],[3,0,397.5125],[1,0,398.013],[3,0,398.51349999999996],[1,0,399.014],[3,0,399.51099999999997],[2,0,400.0115],[4,0,400.512],[2,0,401.0125],[4,0,401.513],[1,0,402.01349999999996],[4,0,402.514],[1,0,403.01099999999997],[4,0,403.5115],[1,15.75,404.012],[4,7.749,412.013],[3,3.7485,416.01349999999996],[2,3.7485,416.01349999999996],[4,0,420.014],[4,0,420.51099999999997],[1,0,421.0115],[1,0,421.512],[3,0,422.0125],[3,0,422.513],[2,0.5005,423.01349999999996],[4,0,424.01099999999997],[4,0,424.5115],[1,0.5005,425.012],[3,0,425.5125],[3,0,426.013],[1,0,426.51349999999996],[4,0,426.762],[1,0,427.51099999999997],[4,0,427.763],[2,0,429.0125],[2,0,429.513],[3,0,430.01349999999996],[3,0,430.514],[1,0,431.01099999999997],[1,0.5005,431.5115],[4,0,432.012],[3,0.5005,432.5125],[2,0.5005,433.013],[4,0.5005,433.51349999999996],[1,0.9974999999999999,434.014],[4,1.001,435.0115],[1,0,436.0125],[2,0,436.0125],[3,0,436.513],[1,0,437.01349999999996],[4,0,437.01349999999996],[2,0,437.514],[3,0,438.01099999999997],[4,0,438.01099999999997],[1,0,438.5115],[2,0,439.012],[4,0,439.012],[3,0,439.5125],[2,0,440.013],[1,0,440.013],[4,0,440.51349999999996],[3,0,441.014],[1,0,441.014],[2,0,441.51099999999997],[3,0,442.0115],[4,0,442.0115],[1,0.5005,442.512],[3,0.5005,443.0125],[1,0.5005,443.513],[3,0,444.01349999999996],[4,0.9974999999999999,444.01349999999996],[1,0,445.01099999999997],[2,0,445.01099999999997],[3,0,445.5115],[4,0,445.5115],[2,0,446.012],[1,0,446.012],[3,0,446.5125],[4,0,446.5125],[2,0,447.013],[1,0,447.013],[3,0,447.51349999999996],[4,0,447.51349999999996],[2,0.9974999999999999,448.014],[3,1.001,449.0115],[1,0.5005,450.0125],[4,0.5005,450.513],[1,0.5005,451.01349999999996],[3,0,452.01099999999997],[3,0,452.5115],[2,0,453.012],[2,0,453.5125],[4,0.5005,454.013],[1,0.5005,454.51349999999996],[3,0,455.014],[4,0.749,455.014],[1,0,456.0115],[1,0,456.512],[4,0.5005,457.0125],[2,0.5005,457.513],[3,0.5005,458.01349999999996],[2,0.497,458.514],[3,0.5005,459.01099999999997],[2,0.5005,459.5115],[4,0.749,460.012],[1,0,460.012],[1,0.5005,461.013],[3,0,461.51349999999996],[3,0,462.014],[2,0,462.51099999999997],[4,0.5005,463.0115],[1,0.5005,463.512],[3,0.5005,464.0125],[2,0.5005,464.513],[4,0.5005,465.01349999999996],[2,0,466.01099999999997],[1,1.001,466.01099999999997],[4,0.749,467.012],[2,0.2485,468.013],[1,0.2485,468.013],[3,0,469.014],[4,0,469.014],[2,0,469.51099999999997],[1,0,469.51099999999997],[3,0,470.0115],[4,0,470.0115],[2,0,470.512],[1,0,470.512],[3,0,471.0125],[4,0,471.0125],[2,0.2485,472.01349999999996],[1,0.2485,472.01349999999996],[4,0,472.514],[3,0,472.514],[2,0,473.01099999999997],[1,0,473.01099999999997],[3,0,473.5115],[4,0,473.5115],[2,0,474.012],[1,0,474.012],[3,0,474.5125],[4,0,474.5125],[2,0,475.013],[1,0,475.013],[3,0.2485,476.014],[4,0.2485,476.014],[1,0,476.51099999999997],[2,0,476.51099999999997],[3,0,477.0115],[4,0,477.0115],[2,0,477.512],[1,0,477.512],[3,0.5005,478.0125],[2,0.5005,478.513],[3,0.5005,479.01349999999996],[2,0.497,479.514],[3,0.5005,480.01099999999997],[1,3.2515,480.5115],[2,2.751,481.012],[3,2.2504999999999997,481.5125],[4,1.75,482.013],[1,0,484.0115],[3,0,484.0115],[4,0,484.0115],[2,0,484.0115],[3,0,488.012],[2,0,490.014],[3,0,491.0115],[2,0,492.0125],[4,0,496.51349999999996],[1,0,498.512],[4,0,499.513],[1,0,501.5115],[4,0,502.012],[2,0,507.514],[3,0,508.01099999999997],[2,0,509.5125],[1,0,516.012],[4,0,516.012]]
Binary file added maps/Quaver - Animosity/animosity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/Quaver - Animosity/audio.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions maps/Quaver - Animosity/map.gmm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"audioFile":"audio.mp3","coverFile":null,"backgroundFile":"animosity.jpg","name":"Animosity","artist":"Laur","mappers":[{"name":"Vid"},{"name":"Vid"},{"name":"Vid"},{"name":"Vid"},{"name":"Vid"}],"offset":0,"bpm":210,"levels":[{"scrollSpeed":17,"name":"Inferno","keys":4,"file":"115717.gml"},{"scrollSpeed":17,"name":"Insane","keys":4,"file":"115719.gml"},{"scrollSpeed":17,"name":"Hard","keys":4,"file":"115720.gml"},{"scrollSpeed":17,"name":"Normal","keys":4,"file":"115721.gml"},{"scrollSpeed":17,"name":"Easy","keys":4,"file":"115722.gml"}]}
File renamed without changes.
1 change: 1 addition & 0 deletions maps/Quaver - Bad Apple!!/107967.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Bad Apple!!/108558.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Bad Apple!!/117989.gml

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes
File renamed without changes.
Binary file added maps/Quaver - Feral/1010552.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions maps/Quaver - Feral/110366.gml

Large diffs are not rendered by default.

Binary file added maps/Quaver - Feral/audio.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions maps/Quaver - Feral/map.gmm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"audioFile":"audio.mp3","coverFile":null,"backgroundFile":"1010552.jpg","name":"Feral","artist":"meganeko","mappers":[{"name":"entauri"}],"offset":0,"bpm":160,"levels":[{"scrollSpeed":17,"name":"Unbroken containment","keys":4,"file":"110366.gml"}]}
1 change: 1 addition & 0 deletions maps/Quaver - Galaxy Collapse/22396.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Galaxy Collapse/22397.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Galaxy Collapse/22398.gml

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions maps/Quaver - Invisible Frenzy/61319.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Invisible Frenzy/61320.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Invisible Frenzy/61321.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Invisible Frenzy/61322.gml

Large diffs are not rendered by default.

Binary file added maps/Quaver - Invisible Frenzy/BG.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maps/Quaver - Invisible Frenzy/audio.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions maps/Quaver - Invisible Frenzy/map.gmm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"audioFile":"audio.mp3","coverFile":null,"backgroundFile":"BG.jpg","name":"Invisible Frenzy","artist":"Kobaryo","mappers":[{"name":"Alyca"},{"name":"Alyca"},{"name":"Alyca"},{"name":"Alyca"}],"offset":0,"bpm":245,"levels":[{"scrollSpeed":17,"name":"Inferno","keys":4,"file":"61319.gml"},{"scrollSpeed":17,"name":"Hard","keys":4,"file":"61320.gml"},{"scrollSpeed":17,"name":"Expert","keys":4,"file":"61321.gml"},{"scrollSpeed":17,"name":"Normal","keys":4,"file":"61322.gml"}]}
1 change: 1 addition & 0 deletions maps/Quaver - JUST LIKE WE NEVER SAID GOODBYE/128810.gml

Large diffs are not rendered by default.

Binary file not shown.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions maps/Quaver - Kyu-kurarin (7_7 bootleg)/130826.gml

Large diffs are not rendered by default.

Binary file added maps/Quaver - Kyu-kurarin (7_7 bootleg)/audio.mp3
Binary file not shown.
Binary file added maps/Quaver - Kyu-kurarin (7_7 bootleg)/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions maps/Quaver - Kyu-kurarin (7_7 bootleg)/map.gmm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"audioFile":"audio.mp3","coverFile":null,"backgroundFile":"bg.jpg","name":"Kyu-kurarin (7_7 bootleg)","artist":"Iyowa feat. KAFU","mappers":[{"name":"JachinisAir"}],"offset":0,"bpm":252,"levels":[{"scrollSpeed":17,"name":"cute + funny = ???","keys":4,"file":"130826.gml"}]}
1 change: 1 addition & 0 deletions maps/Quaver - Metamorphose/79650.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Metamorphose/79651.gml

Large diffs are not rendered by default.

Binary file added maps/Quaver - Metamorphose/audio.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions maps/Quaver - Metamorphose/map.gmm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"audioFile":"audio.mp3","coverFile":null,"backgroundFile":"metamorphose3.png","name":"Metamorphose","artist":"Laur","mappers":[{"name":"Vid"},{"name":"Vid"}],"offset":0,"bpm":160,"levels":[{"scrollSpeed":17,"name":"Insane","keys":4,"file":"79650.gml"},{"scrollSpeed":17,"name":"Hard","keys":4,"file":"79651.gml"}]}
Binary file added maps/Quaver - Metamorphose/metamorphose3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions maps/Quaver - Shiensousen/112193.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Shiensousen/112194.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Shiensousen/112195.gml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions maps/Quaver - Shiensousen/112361.gml

Large diffs are not rendered by default.

Loading

0 comments on commit 790ae33

Please sign in to comment.