less note stutter

This commit is contained in:
Cameron Taylor
2020-10-24 02:19:13 -07:00
parent fa46570337
commit 6c7d5b3f1b
11 changed files with 97 additions and 46 deletions

View File

@ -1,5 +1,13 @@
package;
typedef SwagSection =
{
var sectionNotes:Array<Dynamic>;
var lengthInSteps:Int;
var typeOfSection:Int;
var mustHitSection:Bool;
}
class Section
{
public var sectionNotes:Array<Dynamic> = [];