modcharts

This commit is contained in:
KadeDev
2021-04-15 11:09:46 -07:00
parent e92d286405
commit fec5fa33c2
10 changed files with 959 additions and 31 deletions

View File

@ -29,6 +29,9 @@ class Main extends Sprite
public static function main():Void
{
// quick checks
Lib.current.addChild(new Main());
}
@ -82,6 +85,7 @@ class Main extends Sprite
fpsCounter = new FPS(10, 3, 0xFFFFFF);
addChild(fpsCounter);
toggleFPS(FlxG.save.data.fps);
#end
}