Closed diegomachado closed 9 years ago
Got this error due to HaxeFlixel's updated structure:
/usr/lib/haxelib/SpriterHaxeEngine/1,6,0/spriter/library/FlixelLibrary.hx:4: characters 7-44 : Type not found : flixel.graphics.frames.FlxAtlasFrames
FlxAtlasFrames does not exist anymore.
Allright, just checked with @Beeblerox that this plugin relies on HaxeFlixel's dev branch.
For anyone who want to use flixel with stable version of Haxeflixel, @Beeblerox had written a version of FlixelLibrary that works with stable version! Here is the file.
It works in my environment, which has the flixel version 3.3.12
Edit: typo s/Haxe/Haxeflixel/.
Got this error due to HaxeFlixel's updated structure:
/usr/lib/haxelib/SpriterHaxeEngine/1,6,0/spriter/library/FlixelLibrary.hx:4: characters 7-44 : Type not found : flixel.graphics.frames.FlxAtlasFrames
FlxAtlasFrames does not exist anymore.