flixel
flixel copied to clipboard
Free, cross-platform 2D game engine powered by Haxe and OpenFL
While removing FLX_DRAW_QUADS, I noticed [this line](https://github.com/HaxeFlixel/flixel/pull/2962/files#diff-90d5e133a314a4471530e54ebff8633d601b7282a78260125d354a7efade45a3R21) stating that blend modes are not implemented, where they were in an older version of openfl/lime. no immediate plans here, just a reminder...
Hello. I'm writing this issue to here as suggested on Discord. My friend had suggested this idea before when I was writing code for a project that needed skewing for...
Note to self: Getting bad perf on mac for this simple test ```hx package states; import flixel.FlxG; import flixel.tile.FlxTilemap; class TilemapPerfTestState extends flixel.FlxState { override public function create() { super.create();...
We need to throw errors when dev's lime and openfl versions are below the minimum allowed version, and add CI jobs that check those minimum versions with all new changes....
Continuation from https://github.com/HaxeFlixel/flixel-demos/pull/326 We need to add Aseprite [here](https://haxeflixel.com/documentation/game-development-tools/) and add a download for the plugin. it's essentially a zip but the extension is not .zip so computers may not...
This is becoming a very common request, people want to directly load the source assets rather than the exported assets, usually for dev purposes. For instance, it's easier to edit...
I've seen @Geokureli talk a lot about how he regrets about adding some statics in different classes, such as `FlxSprite.defaultAntialiasing`. They are actually useful in many cases, but wouldn't moving...
- **Haxe version:** 4.3.1 - **Flixel version:** 5.4.0 - **OpenFL version:** 9.2.2 - **Lime version:** 8.0.2 ________________________________ So, usually, when I open a Substate in my state, any active tween...
All [front-end classes](https://api.haxeflixel.com/flixel/system/frontEnds/index.html) should state how to access them, what they are typically used for, and what under the hood classes they use. All under the hood classes, should explain...
- **Flixel version:** 5.4.1 ________________________________ ## Aseprite editor behavior is as follows: | Tag's Repeat Checkbox | Tag's Repeat Field Value | Tag Looping behavior | |--------|--------|--------| | - [...