flixel icon indicating copy to clipboard operation
flixel copied to clipboard

Free, cross-platform 2D game engine powered by Haxe and OpenFL

Results 304 flixel issues
Sort by recently updated
recently updated
newest added

Adding `appendGlyphs` function to `FlxBitmapFont`. See [https://github.com/AxolStudio/HFAdditionalGlyphsDemo](https://github.com/AxolStudio/HFAdditionalGlyphsDemo) for an example and details.

- **Flixel version:** All - **Affected targets:** All This isn't really a code issue, or even necessarily an error. It's just a really inconvenient oversight that makes playing long audio...

OpenFL / Lime
Sound

Basically functions like `getScreenPosition` and `getScreenBounds`, but taking the sprite's `clipRect` into account. This would be useful for example, if a UI button is in a scrollable area that modifies...

This issue was first brought up in #2926 @yanargyr made an example project, which was [forked here](https://github.com/Geokureli/FlixelWebSoundBugDemo) My experience is different from theres, but I see a problem nonetheless and...

Unsure if this causes any crashes elsewhere so thats why this is a draft Btw FlxImageFrame got edited because frames gets destroyed in super.destroy()

It seems like a very useful thing to be able to fire an event when a certain frame of a certain animation is reached. I'll likely make my own thing...

New Feature

@Rudyrue just merged #2920 fixing a bug in lerp where changing the framerate would inversely affect camera lerp values. We discussed that this only accounts for games with fixed timesteps,...

https://haxeflixel.com/blog/08-openfl-5-compatibility-status-update/ Around 2017, Beeblrox posted some progress he made in redoing the way HaxeFlixel does things like shaders, and FlxStrip rework. By the title of that blog, that was on...

Continued from #2906 UncertainProd has found that replacing [these lines](https://github.com/UncertainProd/flixel/blob/dev/flixel/graphics/tile/FlxDrawTrianglesItem.hx#L91-L98) with the following, will draw a wireframe display of FlxStrips: ```hx if (FlxG.debugger.drawDebug) { var gfx:Graphics = camera.debugLayer.graphics; gfx.lineStyle(1, FlxColor.BLUE,...

Improvement
New Feature
Rendering
FlxDebugger

- **Haxe version:** 4.3.1 - **Flixel version:** 5.3.1 - **OpenFL version:** 9.2.2 - **Lime version:** 8.0.2 - **Affected targets:** Tested html, but probably any ________________________________ **Code snippet reproducing the issue**:...