Skip to content

Commit

Permalink
idk what i cahnged
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall-A committed Jun 24, 2024
1 parent 4029d01 commit fedd072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// const mapPath = "./maps/Quaver - Invisible Frenzy";
const mapPath = "./maps/Quaver - Metamorphose";
// const mapPath = "./maps/Quaver - Feral";
const levelIndex = 0;
const levelIndex = 1;
const map = await getMap(mapPath);
const level = await getLevel(mapPath, map.levels[levelIndex]);

Expand Down

0 comments on commit fedd072

Please sign in to comment.