HaxeFlixel / flixel

Free, cross-platform 2D game engine powered by Haxe and OpenFL
https://haxeflixel.com/
MIT License
1.93k stars 427 forks source link

Add color flicker to FlxTween.flicker #3109

Open Geokureli opened 2 months ago

Geokureli commented 2 months ago

Can add an optional field to FlickerTweenOptions called flickerType and have an enum with VISIBLE, COLOR(colOn, colOff), COLOR_TRANSFORM(on, off) and CUSTOM(func:(Bool)->Void)