new chart editor, sm file support, bpm changes, and scroll speed changes.
This commit is contained in:
@ -2,6 +2,8 @@ package;
|
||||
|
||||
typedef SwagSection =
|
||||
{
|
||||
var startTime:Float;
|
||||
var endTime:Float;
|
||||
var sectionNotes:Array<Array<Dynamic>>;
|
||||
var lengthInSteps:Int;
|
||||
var typeOfSection:Int;
|
||||
@ -13,6 +15,8 @@ typedef SwagSection =
|
||||
|
||||
class Section
|
||||
{
|
||||
public var startTime:Float = 0;
|
||||
public var endTime:Float = 0;
|
||||
public var sectionNotes:Array<Array<Dynamic>> = [];
|
||||
|
||||
public var lengthInSteps:Int = 16;
|
||||
|
Reference in New Issue
Block a user