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

◆ CustomizeButton()

override void Terraria.GameContent.Creative.CreativePowers.FreezeTime.CustomizeButton ( UIElement button)
inlinepackage

Definition at line 1419 of file CreativePowers.cs.

1420 {
1421 button.Append(CreativePowersHelper.GetIconImage(CreativePowersHelper.CreativePowerIconLocations.FreezeTime));
1422 }

References Terraria.GameContent.Creative.CreativePowersHelper.CreativePowerIconLocations.FreezeTime, and Terraria.GameContent.Creative.CreativePowersHelper.GetIconImage().