Update How to add charts?
parent
97fe5ca6fb
commit
21e73c0e70
@ -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)`
|
||||
|
Loading…
x
Reference in New Issue
Block a user