Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DrawInNotificationsArea()

void Terraria.UI.InGamePopups.AchievementUnlockedPopup.DrawInNotificationsArea ( SpriteBatch spriteBatch,
Rectangle area,
ref int gamepadPointLocalIndexTouse )
inline

Implements Terraria.UI.IInGameNotification.

Definition at line 133 of file InGamePopups.cs.

134 {
135 Utils.DrawInvBG(spriteBatch, area, Color.Red);
136 }

References Terraria.Utils.DrawInvBG(), and Microsoft.Xna.Framework.Color.Red.