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