Moved and added a bunch of stuff

This commit is contained in:
2021-06-22 20:02:02 +02:00
committed by Andreas Schaafsma
parent caa062a5aa
commit 6654d53f91
19 changed files with 491 additions and 355 deletions

View File

@@ -27,7 +27,6 @@ class Main extends Sprite {
stage.addEventListener(KeyboardEvent.KEY_UP,Input.onKeyIsUp);
stage.addEventListener(Event.RESIZE,onResize);
game.onInit();
//Mode.setVideoMode(1280, 960);
}
private function onResize (event:Event):Void {