Skip to content

Commit

Permalink
forgot a file
Browse files Browse the repository at this point in the history
  • Loading branch information
phmongeau committed Apr 30, 2011
1 parent 6c48b7f commit 249163b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/SplitScreen.as
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package
{
import org.flixel.*;
[SWF(width="400", height="300", backgroundColor="#000000")]
[Frame(factoryClass="Preloader")]

public class SplitScreen extends FlxGame
{
public function SplitScreen()
{
super(400,300,MenuState,1,20,20);
}
}
}

0 comments on commit 249163b

Please sign in to comment.