0 Members and 2 Guests are viewing this topic.
scratchString.DisplayedString = "Center";scratchString.Scale = new Vector2(4, 4);renderWindow.Draw(scratchString);
scratchString.DisplayedString = "Center";scratchString.Size = 64;renderWindow.Draw(scratchString);