Example #1
0
 public static void Draw()
 {
     text.Draw(Main.spriteBatch, new Rectangle(48, scrollY, 864, text.Height), new Color(255, 255, 255, 255), new Color(255, 212, 0, 255));
 }