flixel
flixel copied to clipboard
Free, cross-platform 2D game engine powered by Haxe and OpenFL
i believe there was some mention of packaging skewing in the base library in #2975. this issue requests doing it through interfaces however, which i don't really understand is there...
More info here: https://github.com/HaxeFlixel/flixel/pull/3225
## **Version/Build:** information (checked for all listed platforms): - **Haxe version:** 4.3.4 (all haxe builds were made with the -debug flag) - **Flixel version:** 5.8.0 - **OpenFL version:** 9.3.3 -...
Using the following sample results in a untinted white graphic, the expected output is for it to be tinted red: ```haxe package; import flixel.FlxG; import flixel.FlxSprite; import flixel.FlxState; import flixel.util.FlxColor;...
- **Haxe version:** 4.3.2 - **Flixel version:** 5.8.0 - **OpenFL version:** 9.3.3 - **Lime version:** 8.1.2 - **Affected targets:** html5, ? ________________________________ **Code snippet reproducing the issue**: ```haxe package; import...
Note: This was changed after testing, do not merge without fully testing. I only published it so i can move to another task
This PR solves an issue where closing the debugger would dispatch an `onFocus` event. One of the issues caused by this issue is sounds playing after the debugger gets closed....
`FlxSave.status` will now be set to `ERROR(e)` in the event that `haxe.Unserializer` encounters an error. Partially resolves #3269 (still requires the application to query for an error and resolve the...
https://github.com/HaxeFlixel/flixel/blob/f5087ea69e42750893ac4ec29dc4367714ab815b/flixel/util/FlxSave.hx#L459-L466 Relevant issue: FunkinCrew/Funkin#3679 The v0.5.2 update for Funkin' introduced new properties to the user's save data. One of these properties was an Enum value, and as a result older...
haxe --version 4.3.3 haxelib list Warning: Repository requires reformatting. To reformat, run `haxelib fixrepo`. flixel: [5.8.0] format: [3.7.0] hxcpp: [4.3.2] hxp: [1.3.0] lime: 8.1.3 [git] 8.1.3 shows the problem also...