handloose make action arrows
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package;
|
||||
|
||||
import flixel.FlxG;
|
||||
import flixel.FlxGame;
|
||||
import openfl.display.Sprite;
|
||||
|
||||
@@ -9,5 +10,8 @@ class Main extends Sprite
|
||||
{
|
||||
super();
|
||||
addChild(new FlxGame(0, 0, TypingState, 1, 60, 60, true));
|
||||
var t:TypingState = cast FlxG.state;
|
||||
trace(Sys.args()[0]);
|
||||
t.setModel(new DocumentModel(Sys.args()[0]));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user