cool new stuff lol

This commit is contained in:
Cameron Taylor
2020-10-18 17:59:53 -07:00
parent 51b39de6d9
commit 32c27dfb30
15 changed files with 362 additions and 247 deletions

View File

@@ -12,10 +12,12 @@ class Conductor
public static var songPosition:Float;
public static var offset:Float = 0;
public static var safeFrames:Int = 5;
public static var safeFrames:Int = 10;
public static var safeZoneOffset:Float = (safeFrames / 60) * 1000; // is calculated in create(), is safeFrames in milliseconds
public function new() {}
public function new()
{
}
public static function changeBPM(newBpm:Int)
{