diff demos/shooter/gui/hud.xml @ 457:597b066d5ccb

Player now has 3 lives and will receive a game over message once they are used up.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 08 Apr 2010 21:18:36 +0000
parents 41fd97da94d1
children
line wrap: on
line diff
--- a/demos/shooter/gui/hud.xml	Wed Apr 07 21:26:26 2010 +0000
+++ b/demos/shooter/gui/hud.xml	Thu Apr 08 21:18:36 2010 +0000
@@ -15,4 +15,8 @@
 			<Label text = "SCORE: "/>
 			<Label name="score" text="0                             "/>
 	</HBox>
+	<HBox opaque='0'>
+			<Label text = "Lives: "/>
+			<Label name="lives" text="0                             "/>
+	</HBox>
 </VBox>
\ No newline at end of file