I\'d like to give a sprite an outline when the character gets healed/damaged/whatever but I can\'t think of a way to code this using the 2d canvas. If it were possible, I\'
You could use strokeRect method to outline the sprite after drawing it. It should be asy if you know your sprite's dimensions...