Untitled
unknown
plain_text
3 months ago
207 B
2
Indexable
var text = new createjs.Text( "i love you yoko/ I'm proud of you", "bold 24px Arial", "#fff"); text.textAlign = "center"; text.x = w / 2; text.y = h / 2 - text. getMeasuredLineHeight(); stage.addchild(text);
Editor is loading...
Leave a Comment