smcnoobs / doctorDGame

1 stars 1 forks source link

HUD #6

Closed pattch closed 9 years ago

pattch commented 9 years ago

There's no HUD. We need to figure out how to display information to the user in a non-invasive way; We need to display what we're keeping track of:

How many coins have been collected to date, How much health the player currently has, how much fuel he has, which level he's on, etc.

pattch commented 9 years ago

There is now a HUD, it's not that pretty, but it's there. Also, in order for the Level name to work properly, SceneLevel needs a variable that can be accessed statically that will tell the name of the current level.

pattch commented 9 years ago

HUD now displays text properly for Coins and the level's name