HaxeFlixel / flixel-addons

Additional classes for HaxeFlixel
170 stars 139 forks source link

Include a camera variable in FlxTransitionableState to play the transition on top of a different one #407

Closed crowplexus closed 1 year ago

crowplexus commented 1 year ago

fixes an issue where if you have two (or more) cameras in a state and trigger the transition, the transition only gets drawn in the main camera, never covering the other ones, done by including a variable called transCam, which always defaults itself to the highest one in the cameras list