dthrasher90 Posted March 9, 2017 Report 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' }); Quote Link to comment Share on other sites More sharing options...
dthrasher90 Posted March 9, 2017 Author Report 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.