Scoresheet: Add characters

This commit is contained in:
LoveEevee
2019-01-01 04:16:55 +03:00
parent 47e939a77c
commit 9e8242b136
6 changed files with 241 additions and 21 deletions

View File

@@ -39,6 +39,9 @@ class LoadSong{
type: type
})
}
if(type === "don"){
song.donBg = null
}
if(type === "song"){
song.songBg = null
}