drawTextTo method

void drawTextTo(
  1. String text,
  2. bool right
)

Implementation

void drawTextTo( String text, bool right ){
	drawTextColor( text, _imgMoveX, _imgMoveY, _color, right );
}