Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall-A committed Jun 21, 2024
1 parent 790ae33 commit d971ea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
loadSkin("/skins/default");
// for testing
// const mapPath = "./maps/Quaver - JUST LIKE WE NEVER SAID GOODBYE";
const mapPath = "./maps/Quaver - Kyu-Kurarin (7_7 bootleg)";
// const mapPath = "./maps/Quaver - ";
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]);
Expand Down
3 changes: 1 addition & 2 deletions skins/default/skin.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#game-container {
--key-width: 100px;
/* --key-width: 125px; */
--key-margin: 5px;
display: flex;
justify-content: center;
Expand Down Expand Up @@ -52,7 +51,7 @@
z-index: 0;
margin-bottom: 75px;
width: var(--key-width);
height: auto;
min-height: var(--key-width);
aspect-ratio: 1;
border-radius: 50%;
border: 2px solid rgb(182, 182, 182);
Expand Down

0 comments on commit d971ea3

Please sign in to comment.