I was tryna get some code done for the today and when I opened Code and tried to compile I got jumpscare by this error
C:/HaxeToolkit/haxe/lib/flixel/6,1,2/flixel/graphics/frames/FlxAtlasFrames.hx:48: characters 52-67 : Type not found : FlxGraphicAsset
this happens on both 6.1.2 and the git release, weirdly enough it works for a blank project and making a blank project and copied the source files into it including Project.xml causes the same error.
The only haxelibs I import the project are the ones I use and they are
<!--Flixel, obviously-->
<haxelib name="flixel" />
<!--Flixel-Addons for stuff from there-->
<haxelib name="flixel-addons" />
<!--Flixel-UI for bars 'n' shit-->
<haxelib name="flixel-ui" />
<!--flxanimate I gotta somehow open a sparrow atlas-->
<haxelib name="flxanimate" />
<!--HxVLC HxCodec sucks so I use this, gotta open videos somehow-->
<haxelib name="hxvlc" />
This maybe issue on my side but it did work yesterday and I did not update Flixel in a while until I downloaded an library for an FNF engine which did change the version to some 5.x version as dependency which I was quick to change back to the latest.
I was tryna get some code done for the today and when I opened Code and tried to compile I got jumpscare by this error
this happens on both 6.1.2 and the git release, weirdly enough it works for a blank project and making a blank project and copied the source files into it including Project.xml causes the same error.
The only haxelibs I import the project are the ones I use and they are
This maybe issue on my side but it did work yesterday and I did not update Flixel in a while until I downloaded an library for an FNF engine which did change the version to some 5.x version as dependency which I was quick to change back to the latest.