flixel
flixel copied to clipboard
add shake scroll option to the camera
I've started working on it here: https://github.com/HaxeFlixel/flixel/pull/1336 but it need more time
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 IFlxEffects and also apply other effects to camera like wave, glitch, rainbow, etc. Right?
https://github.com/HaxeFlixel/flixel-addons/pull/205
screen only works with blitting I think.