remove initialZoom argument from HaxeFlixel games
This commit is contained in:
@@ -9,7 +9,7 @@ class Main extends Sprite
|
||||
public function new()
|
||||
{
|
||||
super();
|
||||
addChild(new FlxGame(0, 0, TypingState, 1, 60, 60, true));
|
||||
addChild(new FlxGame(0, 0, TypingState, 60, 60, true));
|
||||
var t:TypingState = cast FlxG.state;
|
||||
t.setModel(new DocumentModel(Sys.args()[0]));
|
||||
}
|
||||
|
Reference in New Issue
Block a user