FruityFalls.Entities.Fruit.CreateExtraPointsLabel C# (CSharp) Méthode

CreateExtraPointsLabel() private méthode

private CreateExtraPointsLabel ( ) : void
Résultat void
		private void CreateExtraPointsLabel()
		{
			extraPointsLabel = new CCLabel("", "Arial", 12, CCLabelFormat.SystemFont);
			extraPointsLabel.IsAntialiased = false;
			extraPointsLabel.Color = CCColor3B.Black;
			this.AddChild(extraPointsLabel);
		}