Cameron Taylor

Results 39 comments of Cameron Taylor

I will look into the markup tests sometime soon / hopefully later today. I am regex noob but I believe this should work okay!

added markup tests, and changed to use `beginKeywords: new`

note for future self or eric: - if we merge this internally, we need to make sure that it DOESN'T boot up when compiling / testing in debug mode /...

this is pretty awesome ! Gonna ping @EliteMasterEric for his thoughts on how it's implemented code wise, but def something we can use in places ! Thanks!

would you be able to make a short before/after demo video of differences?

I'll keep this open but I will say off the top of my own head right now, this might be an unplanned feature for now. If you see me close...

i merged in https://github.com/HaxeFlixel/flixel-docs/pull/279 into flixel-docs, which has a dedicated page for external tools and such. I think either alongside wiki, or have the wiki point towards the hf.com resource,...

Is this different than doing something like setting the `callback` variable in `FlxSprite.animation` / `FlxAnimationController`? https://api.haxeflixel.com/flixel/animation/FlxAnimationController.html#callback > `callback:(name:String, frameNumber:Int, frameIndex:Int) ‑> Void` > If assigned, will be called each time...

small note to self / others, this web based font -> bitmap font generator is pretty nice to use https://snowb.org/ and it's also open source! https://github.com/SilenceLeo/snowb-bmf/ exporting as `BMFont XML`...

just from testing locally, i think the `Transitions` demo works on HTML5? Was there a specific error?