djFlixel icon indicating copy to clipboard operation
djFlixel copied to clipboard

Various helpers and tools library for haxeflixel

Results 2 djFlixel issues
Sort by recently updated
recently updated
newest added

I keep getting this error: `Called from states.BootState::create states/BootState.hx line 13` On this line: ```hx var ts = new TextScroller("Loading... Please Wait :)", {f:Paths.font('vcr.ttf'), s:16, bc:Pal_CPCBoy.COL[2]}, {y:100, speed:2, sHeight:32, w1:0.06,...

Right now, if you just want to get an FlxMenu items trigger callback you have to do something like this: ```haxe menu.onItemEvent = (itemEvent, itemData)->{ if(itemEvent == fire) { if(itemData.ID...

enhancement