From a9b7959f1bdbd5cdb94a609ec899c721599998f9 Mon Sep 17 00:00:00 2001 From: Lucky56 <55949451+Lucky-56@users.noreply.github.com> Date: Sat, 12 Jun 2021 10:53:42 +0200 Subject: [PATCH] when no song is found in replay menu it now says no song found instead of tutorial --- source/Replay.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Replay.hx b/source/Replay.hx index c6e91ba..fd7e851 100644 --- a/source/Replay.hx +++ b/source/Replay.hx @@ -32,7 +32,7 @@ class Replay { this.path = path; replay = { - songName: "Tutorial", + songName: "No Song Found", songDiff: 1, noteSpeed: 1.5, isDownscroll: false,