Add an issue template translation

This commit is contained in:
LoveEevee
2018-10-14 14:02:50 +03:00
parent a0635812bb
commit 89f352bc60
3 changed files with 9 additions and 5 deletions

View File

@@ -169,8 +169,8 @@ class SongSelect{
this.selectedDiff = 0
assets.sounds["bgm_songsel"].playLoop(0.1, false, 0, 1.442, 3.506)
if(!touchEnabled && !fromTutorial && !("selectedSong" in localStorage)){
fromTutorial = "tutorial"
if(!fromTutorial && !("selectedSong" in localStorage)){
fromTutorial = touchEnabled ? "about" : "tutorial"
}
if(fromTutorial){