HaxeFlixel / flixel

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

FlxCamera.stopFade, stopFlash, and stopShake #3063

Closed DetectiveBaldi closed 7 months ago

DetectiveBaldi commented 7 months ago

Allows stopping of specific camera effects.

Geokureli commented 7 months ago

I'd rather just have a stop function for each effect, than an arg

DetectiveBaldi commented 7 months ago

I'd rather just have a stop function for each effect, than an arg

Done

Geokureli commented 7 months ago

Thanks!

DetectiveBaldi commented 7 months ago

@Geokureli when adding the new functions I forgot to remove the addition of StringTools used for the previous implementation, will this be a problem?

Geokureli commented 7 months ago

done