ekelokorpi/panda-engine

Text: Center align not working properly

Closed this issue · 0 comments

var text = new game.Text('Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed posuere interdum sem.', {
	wrap: 100,
	align: 'center'
});
text.addTo(this.stage);