dthrasher90 Posted March 9, 2017 Share Posted March 9, 2017 var scoreTextHome, scoreTextAway, Time; var score = 0; scoreTextHome = game.add.text(0, 0, 'Home: 0', { font: '24px Arial', fill: '#ffffff' }); scoreTextSway = game.add.text(0, 20, 'Away: 0', { font: '24px Arial', fill: '#ffffff' }); Time = game.add.text(150, 0, 'Time: 00:00', { font: '24px Arial', fill: '#ffffff' }); Link to comment Share on other sites More sharing options...
dthrasher90 Posted March 9, 2017 Author Share Posted March 9, 2017 I just created this genero scoreboard template for a game. My question is, are there any documents on creating an object like this? Is it called anything fancy in phaserland? Link to comment Share on other sites More sharing options...
Recommended Posts