Hi,
I have created a tabbed text using tabs property of text. This works fine until I try to add color to text using addColor function of text. This removes the tabbing done on the text. Example here:
//Phaser game initialization
var game = new Phaser.Game(480, 320, Phaser.AUTO, 'game_div');
var gameStates = {};
gameStates.Main = function(game) {};
gameStates.Main.prototype = {
create: function() {
var textHeadings = this.add.text(20, 20, '', {
fill: "#ffffff",
tabs: [80, 140]
});
var headingsArray = [
['id', 'score', 'country'],
['1', '2300', '