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
No known key found for this signature in database
GPG Key ID: 19E3875EAD1F8B8F

View File

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