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

◆ Draw()

override void Terraria.GameContent.UI.States.UIWorldCreation.Draw ( SpriteBatch spriteBatch)
inlinevirtual

Reimplemented from Terraria.UI.UIElement.

Definition at line 850 of file UIWorldCreation.cs.

851 {
852 base.Draw(spriteBatch);
853 SetupGamepadPoints(spriteBatch);
854 }
void SetupGamepadPoints(SpriteBatch spriteBatch)

References Terraria.GameContent.UI.States.UIWorldCreation.SetupGamepadPoints().