implement song search

This commit is contained in:
Bui
2022-02-25 18:16:11 +00:00
parent 73a95abf62
commit 6c8b635c2a
9 changed files with 707 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

BIN
public/assets/img/crown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

View File

@@ -23,3 +23,17 @@
#gamepad-buttons{
background-image: url("settings_gamepad.png");
}
#song-search{
background: linear-gradient(to top, rgb(245 246 252 / 8%), #ff5963), url("bg_search.png");
background-size: 3.12vmax;
background-position: -1.2vmax;
}
.song-search-result-course::before{
background-image: url("difficulty.png");
}
.song-search-result-crown{
background-image: url("crown.png");
}
.song-search-tip-error{
background-image: url("miss.png");
}

BIN
public/assets/img/miss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B