From 21e73c0e70cc40eb4c63839fb27e5c7f347955ae Mon Sep 17 00:00:00 2001 From: entar Date: Tue, 10 Jun 2025 09:53:26 +0700 Subject: [PATCH] Update How to add charts? --- How-to-add-charts%3F.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/How-to-add-charts%3F.md b/How-to-add-charts%3F.md index cf26af3..3458324 100644 --- a/How-to-add-charts%3F.md +++ b/How-to-add-charts%3F.md @@ -8,6 +8,9 @@ Unfortunately for now there is not a chart editor for this engine yet. But, we p If you want to add charts that were made in Psych above version 1.0, you need to go to psych.lua Then you need to replace line 21 -`local chart = json.parse(chartString).song` + +> `local chart = json.parse(chartString).song` + with -`local chart = json.parse(chartString)` + +> `local chart = json.parse(chartString)`