Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
buckle2000 authored and Gama11 committed Apr 11, 2016
1 parent aeb10a6 commit 51d1e68
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
14 changes: 14 additions & 0 deletions default/source/Main.hx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package;

import flixel.FlxGame;
import openfl.Lib;
import openfl.display.Sprite;

class Main extends Sprite
{
public function new()
{
super();
addChild(new FlxGame(0, 0, MenuState));
}
}
13 changes: 0 additions & 13 deletions default/source/Main.hx.tpl

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class Main extends Sprite
public function new()
{
super();
addChild(new FlxGame(640, 480, MenuState));
addChild(new FlxGame(0, 0, MenuState));
}
}
Binary file modified pregenerated/flash-develop.zip
Binary file not shown.
Binary file modified pregenerated/intelij-idea.zip
Binary file not shown.
Binary file modified pregenerated/sublime-text.zip
Binary file not shown.

0 comments on commit 51d1e68

Please sign in to comment.