Add fallback font

This commit is contained in:
LoveEevee
2018-10-12 21:21:21 +03:00
parent f80565f25b
commit fecf4d86b6
6 changed files with 13 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ class SongSelect{
outline: "#656565"
}
}
this.font = "TnT"
this.font = "TnT, Meiryo, sans-serif"
this.songs = []
for(let song of assets.songs){
@@ -432,6 +432,9 @@ class SongSelect{
this.state.locked = true
this.state.moveHover = null
this.state.ura = 0
if(this.selectedDiff === 5){
this.selectedDiff = 4
}
assets.sounds["don"].play()
assets.sounds["song-select"].stop()