unhardcode data folder from Paths.txt

This commit is contained in:
M&M
2021-07-01 19:31:14 -07:00
parent 2cd24cadc9
commit 460d072c78
5 changed files with 10 additions and 10 deletions

View File

@ -56,7 +56,7 @@ class FreeplayState extends MusicBeatState
override function create()
{
var initSonglist = CoolUtil.coolTextFile(Paths.txt('freeplaySonglist'));
var initSonglist = CoolUtil.coolTextFile(Paths.txt('data/freeplaySonglist'));
//var diffList = "";