Open Beeblerox opened 10 years ago
What's missing?
some additional conditions for updateScroll() when scroll should bounded
@gamedevsam Something like this is technically a breaking change since a parameter would be added to shake()
, breaking overriding functions... not sure if we should consider it as such though?
FlxCamera
have an FlxSprite
name screen
. If it were an FlxEffectSprite
or effect vars were added directly in FlxSprite
we could remove fade shake and flash from FlxCamera
and apply as IFlxEffect
s and also apply other effects to camera like wave, glitch, rainbow, etc. Right?
screen only works with blitting I think.
I've started working on it here: https://github.com/HaxeFlixel/flixel/pull/1336 but it need more time