Muddling out hollywoo-flixel basics
This commit is contained in:
11
projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.hx
Normal file
11
projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.hx
Normal file
@@ -0,0 +1,11 @@
|
||||
package hollywoo_flixel;
|
||||
|
||||
import kiss.Prelude;
|
||||
import kiss.List;
|
||||
import hollywoo.Director;
|
||||
import hollywoo.Stage;
|
||||
|
||||
import hollywoo_flixel.FlxStageState;
|
||||
|
||||
@:build(kiss.Kiss.build())
|
||||
class FlxDirector implements Director<FlxSetState, FlxStagePosition, FlxStageFacing, FlxScreenPosition, FlxActorSprite> {}
|
Reference in New Issue
Block a user