fixed bullshit

This commit is contained in:
Cameron Taylor
2020-10-18 19:18:06 -07:00
parent 32c27dfb30
commit e443b1916d
6 changed files with 41 additions and 13 deletions

View File

@ -51,7 +51,13 @@ class Song
var songData:Song = Json.parse(rawJson).song;
trace('LOADED FROM JSON: ' + songData.song);
// trace('LOADED FROM JSON: ' + songData.notes);
for (i in 0...songData.notes.length)
{
trace('LOADED FROM JSON: ' + songData.notes[i].sectionNotes);
// songData.notes[i].sectionNotes = songData.notes[i].sectionNotes
}
/*
daNotes = songData.notes;
daSong = songData.song;