flixel icon indicating copy to clipboard operation
flixel copied to clipboard

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

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

- **Flixel 3.3.12 (probably last flixel too because the code behind clone() looks the same) - **OpenFL version:** 3.6.1 (probably last openfl too) - **Lime version:** 2.9.1 (probably last lime...

- **Haxe version:** 3.4.2 - **Flixel version:** a5cb05d - **OpenFL version:** 3.6.1 - **Lime version:** 2.9.1 - **Affected targets:** flash, neko ________________________________ **Code snippet reproducing the issue**: ```haxe package; import...

![Demonstration](http://i.imgur.com/62JgGCt.gif) This took some time to narrow down... Use this source: ``` haxe package; import flixel.FlxG; import flixel.FlxObject; import flixel.FlxSprite; import flixel.FlxState; import flixel.group.FlxGroup.FlxTypedGroup; class PlayState extends FlxState { var...

Currently, when the lastActive gamepad disconnects, lastActive becomes null, even if there was another gamepad active before which is still connected. It would be more convenient if lastActive was set...

It would be nice to have a bit more control over camera shaking, for example, having different types of shake, and being able to tween the intensity. ##

- **Haxe version:** 3.4.2 - **Flixel version:** 4.2.0 - **OpenFL version:** 3.6.1 - **Lime version:** 2.9.1 - **Affected targets:** JS ________________________________ **Code snippet reproducing the issue**: ```haxe package; import flixel.FlxState;...

``` haxe _title = new FlxText(0, 8, FlxG.width, "This Is\nClipped!", 32); _title.alignment = "center"; _title.setBorderStyle(FlxText.BORDER_OUTLINE, 0xff008800, 4, 1); add(_title); ``` A fairly minor issue, but `FlxText` objects can have the...

This would be a lot faster than the current VarTweens that use Reflection and more convenient than NumTweens with callbacks (probably also faster since callback functions are not typed statically),...

- **Haxe version:** 3.4.2 - **Flixel version:** 4.2.1 - **OpenFL version:** 3.6.1 - **Lime version:** 2.9.1 - **Affected targets:** HTML5 ________________________________ **Code snippet reproducing the issue**: ```haxe package; import flixel.util.FlxColor;...

- **Flixel version:** github dev --- **Code snippet reproducing the issue**: ``` haxe package; import flixel.FlxG; import flixel.FlxSprite; import flixel.FlxState; import flixel.text.FlxText; import flixel.tweens.FlxTween; import flixel.ui.FlxButton; import flixel.math.FlxMath; class MenuState...