Igor
Igor
I used this code to support pivots/anchors, though without rotation (for which ```origin``` should be adjusted too): ``` public function updateHitboxWithPivot(pivotX: Float, pivotY: Float) { offset.x = (frameWidth - width)...
I think the whole renderer is different :)
Looks like newer OpenFL's drawTriangles doesn't accept colors and blending arguments :( That's why colors property isn't sent anywhere from HaxeFlixel: https://github.com/HaxeFlixel/flixel/blob/384bbc56efcc57cfd5fbbc21e31f531caea6ca67/flixel/graphics/tile/FlxDrawTrianglesItem.hx#L51
It's wanted at least in one of my projects, also would be useful for jams. Recompilation after each change makes the whole process slow, also not all artists can code....