getting section meta data all fixed up

This commit is contained in:
Cameron Taylor
2020-10-15 21:22:13 -07:00
parent cc94633395
commit f3fb40dc5e
2 changed files with 69 additions and 6 deletions

View File

@ -8,6 +8,13 @@ class Section
public var notes:Array<Dynamic> = [];
public var lengthInSteps:Int = 16;
public var typeOfSection:Int = 0;
public var mustHitSection:Bool = true;
/**
* Copies the first section into the second section!
*/
public static var COPYCAT:Int = 0;
public function new(lengthInSteps:Int = 16)
{