Moved and added a bunch of stuff
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user