Separate check boxes for P1 and Opponent alt idles

This commit is contained in:
Spel0
2021-08-13 20:15:55 +03:00
parent fac055c9a1
commit 4952cf8283
3 changed files with 34 additions and 19 deletions

View File

@@ -10,7 +10,8 @@ typedef SwagSection =
var mustHitSection:Bool;
var bpm:Float;
var changeBPM:Bool;
var altAnim:Bool;
var p1AltAnim:Bool;
var p2AltAnim:Bool;
}
class Section