updates to early window and health gain + work on waveform

This commit is contained in:
KadeDeveloper
2021-08-04 13:51:44 -07:00
parent 05817e12ea
commit 5698b6859d
8 changed files with 172 additions and 27 deletions

View File

@ -5,4 +5,5 @@ class PlayStateChangeables
public static var scrollSpeed:Float;
public static var botPlay:Bool;
public static var Optimize:Bool;
public static var zoom:Float;
}