Question / Help Fighting Game Overlays

SkyeTheBard

New Member
How would I create/use an overlay that could be used to show the scores between two players in real time.

IE - X wins a round, so I want to be able to change his score to 1.
 

dodgepong

Administrator
Community Helper
You can create an image background, and then add four text sources on top of the image background source (two scores, two names). Create a corresponding text file for each score and each name and set the text sources to pull their text from those text files. Then you can update scores and names by editing and saving the text files so you don't have to be viewing the scene to change scores.
 
Top