public override void PostDraw(SpriteBatch spriteBatch, Color drawColor) { if (phase2) { BTFAUtility.DrawNPCGlowMask(spriteBatch, npc, mod.GetTexture("NPCs/FaceOfInsanity/ArteriusP2_Glow")); } }
public override void PostDraw(SpriteBatch spriteBatch, Color drawColor) { BTFAUtility.DrawNPCGlowMask(spriteBatch, npc, mod.GetTexture("NPCs/Acheron/Acheron_Glow")); }
public override void PostDraw(SpriteBatch spriteBatch, Color drawColor) { BTFAUtility.DrawNPCGlowMask(spriteBatch, npc, mod.GetTexture("NPCs/GhastlyEnt/Boss/Ghastly_Ent_Glow")); }
public override void PostDraw(SpriteBatch spriteBatch, Color drawColor) { BTFAUtility.DrawNPCGlowMask(spriteBatch, npc, mod.GetTexture("NPCs/Sky/Infection_Fly")); }