Fix bad Hollywoo naming conventions
This commit is contained in:
28
projects/hollywoo-flixel/src/hollywoo_flixel/FlxMovie.hx
Normal file
28
projects/hollywoo-flixel/src/hollywoo_flixel/FlxMovie.hx
Normal file
@@ -0,0 +1,28 @@
|
||||
package hollywoo_flixel;
|
||||
|
||||
import flixel.FlxState;
|
||||
import flixel.FlxSprite;
|
||||
import hollywoo.Movie;
|
||||
import hollywoo_flixel.ActorFlxSprite;
|
||||
import hollywoo_flixel.SceneFlxState;
|
||||
|
||||
enum FlxStagePosition {
|
||||
Left;
|
||||
Right;
|
||||
}
|
||||
|
||||
enum FlxStageFacing {
|
||||
Left;
|
||||
Right;
|
||||
}
|
||||
|
||||
enum FlxScreenPosition {
|
||||
UpperLeft;
|
||||
UpperRight;
|
||||
LowerLeft;
|
||||
LowerRight;
|
||||
LowerCenter;
|
||||
UpperCenter;
|
||||
}
|
||||
|
||||
class FlxMovie extends Movie<String, FlxStagePosition, FlxStageFacing, FlxScreenPosition, ActorFlxSprite> {}
|
Reference in New Issue
Block a user