flixel-docs icon indicating copy to clipboard operation
flixel-docs copied to clipboard

Documentation for HaxeFlixel

Results 18 flixel-docs issues
Sort by recently updated
recently updated
newest added

Right now, the flixel-docs only go live only once the `master` branch on `haxeflixel/haxeflixel.com` repo gets either a push, a workflow_dispatch, or a *repository_dispatch* trigger event. *repository_dispatch* is something that...

when you type in something, its a bit too dark!

enhancement
api

Bit of a crosspost here : https://github.com/HaxeFlixel/flixel-demos/issues/287 > [Colors](https://haxeflixel.com/demos/Colors/) Pretty ugly, this would be a lot better as a [handbook page](https://haxeflixel.com/documentation/haxeflixel-handbook/) So putting an issue in this Flixel-docs repo so...

1. go to https://api.haxeflixel.com/flixel/system/FlxSound.html 2. try to find `pitch` 3. see no results Pitch prop was added with https://github.com/HaxeFlixel/flixel/pull/2564 .

I read some quirks about it (like https://github.com/HaxeFlixel/flixel/pull/2575). Also got some struggle with it by myself - asset file names started with a digit is not shown on `AssepPaths`. Would...

`scale` > Change the size of your sprite's graphic. NOTE: The hitbox is not automatically adjusted, use updateHitbox() for that (or setGraphicSize()). WARNING: With FlxG.renderBlit, scaling sprites decreases rendering performance...