when no song is found in replay menu it now says no song found instead of tutorial

This commit is contained in:
Lucky56
2021-06-12 10:53:42 +02:00
parent a0b01af0ce
commit a9b7959f1b

View File

@@ -32,7 +32,7 @@ class Replay
{ {
this.path = path; this.path = path;
replay = { replay = {
songName: "Tutorial", songName: "No Song Found",
songDiff: 1, songDiff: 1,
noteSpeed: 1.5, noteSpeed: 1.5,
isDownscroll: false, isDownscroll: false,