From 5b9584c9f83eef5ed7d90ffd4b40608b3a6f0305 Mon Sep 17 00:00:00 2001 From: EyeDaleHim <71162374+EyeDaleHim@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:48:30 +0800 Subject: [PATCH] new chart format --- source/music/Song.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/music/Song.hx b/source/music/Song.hx index c655e80..9052578 100644 --- a/source/music/Song.hx +++ b/source/music/Song.hx @@ -33,7 +33,8 @@ class Song + diffString.toLowerCase()); trace(path); - currentSong = backend.compat.ChartConvert.convertType('base', Assets.getText(path)); + // currentSong = backend.compat.ChartConvert.convertType('base', Assets.getText(path)); + currentSong = Json.parse(Assets.getText(path)); return currentSong; }