decimal bpm for real!!

This commit is contained in:
M&M
2021-05-28 19:28:39 -07:00
parent 993360d618
commit 4d3914228f
4 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ typedef SwagSection =
var lengthInSteps:Int;
var typeOfSection:Int;
var mustHitSection:Bool;
var bpm:Int;
var bpm:Float;
var changeBPM:Bool;
var altAnim:Bool;
}