Spriteクラスの説明に戻る

centerTextメソッド(Spriteクラス)

指定された座標が中心になるように文字を描画します。
書式
centerText(x,y,text,col,size,zOrder)
x : テキストの中心のx座標
y : テキストの中心のy座標
text : 描画する値
col : 色(通常colorメソッドで指定)
size(省略可能) : 文字のサイズ
zOrder(省略可能) : 描画順序。値が小さいほど手前に描画される