Skip to content

Instantly share code, notes, and snippets.

@schonstal
Created July 27, 2015 05:00
Show Gist options
  • Save schonstal/9893bdb894404d06ffed to your computer and use it in GitHub Desktop.
Save schonstal/9893bdb894404d06ffed to your computer and use it in GitHub Desktop.
shine.animation.callback = function(name:String, frameIndex:Int, frame:Int) {
FlxSpriteUtil.alphaMask(shineOutput, shine.framePixels, alphaMask.framePixels);
shineOutput.replaceColor(0xff000000, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment