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

@ -111,6 +111,9 @@ class KadeEngineData
if (FlxG.save.data.editor == null)
FlxG.save.data.editor = true;
if (FlxG.save.data.zoom == null)
FlxG.save.data.zoom = 1;
var gamepad:FlxGamepad = FlxG.gamepads.lastActive;