cleaning up shit

This commit is contained in:
Cameron Taylor
2020-10-14 01:18:19 -07:00
parent f31813c9db
commit b3acc17685
3 changed files with 119 additions and 68 deletions

View File

@ -12,6 +12,7 @@ class Song
public var bpm:Int;
public var sections:Int;
public var sectionLengths:Array<Dynamic> = [];
public var needsVoices:Bool = true;
public function new(song, notes, bpm, sections)
{