flixel
flixel copied to clipboard
Free, cross-platform 2D game engine powered by Haxe and OpenFL
So ive noticed some strange things happening when using clip rects and scales, here is the test app (source code below) working:  And here is the same test when...
This came up in the Haxe Discord, but raycasting already exists in Nape. Would it be possible to bring this functionality to regular HF? The best ending would be a...
- **Haxe version:** 3.4.7 - **Flixel version:** 4.6.3 - **OpenFL version:** 8.9.5 - **Lime version:** 7.6.3 - **Affected targets:** windows ________________________________ I compiled the "Flappybalt" DEMO but the collison's behavior...
- Haxe version: 4.1.4 - Flixel version: 4.8.1 - OpenFL version: 9.0.2 - Lime version: 7.8.2 - Affected targets: Cursor ________________________________ Code snippet reproducing the issue: Referring to the 3...
- **Haxe version:** 4.1.4 - **Flixel version:** 4.8.1 - **Lime version:** 7.8.0 - **Affected targets:** macOS 10.15.6 ________________________________ There is a bug in FlxBar where the bar being drawn renders...
In updateFilledBar() function, where it's calculating how much division a bar should draw this line `var interval:Float = Math.round(Std.int(fraction * maxScale / scaleInterval) * scaleInterval);` should just be `var interval:Float...
```haxe class PlayState extends FlxState { var mySound:FlxSound; override public function create():Void { mySound = FlxG.sound.load(AssetPaths.high_quality_sound__wav); // sound file is sampled higher than 44.1 kHz mySound.play() } } ``` ________________________________...
- **Haxe version:** 4.1.2 - **Flixel version:** 4.8.0 - **OpenFL version:** 8.9.6 - **Lime version:** 7.7.0 - **Affected targets:** native ________________________________ **Code snippet reproducing the issue**: ```haxe package; import flixel.FlxSprite;...
At the moment, it is not possible to write a class with text elements where it is possible to change between FlxText and FlxBitmapText due to the lack of a...
- **Haxe version:** 4.0.3 - **Flixel version:** 4.7.0 - **OpenFL version:** 8.9.6 - **Lime version:** 7.7.0 - **Affected targets:** HTML5 (Linux at least) ________________________________ **Code snippet reproducing the issue**: ```haxe...