A view that displays one line of text.

Constructor

CCLabel(number x, number y, string text) <- CCView

  • x: The X position of the label
  • y: The Y position of the label
  • text: The text of the label

Properties

  • textColor: The color of the text, call draw() after changing