diff demos/shooter/gui/mainwindow.xml @ 450:ba6817013343

Added score keeping ability. Some misc cleanup. Fixed the bounding box. Enemies are now removed from the scene when they are destroyed.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 01 Apr 2010 19:26:56 +0000
parents 2046a1f2f5f2
children
line wrap: on
line diff
--- a/demos/shooter/gui/mainwindow.xml	Thu Apr 01 18:44:01 2010 +0000
+++ b/demos/shooter/gui/mainwindow.xml	Thu Apr 01 19:26:56 2010 +0000
@@ -11,4 +11,8 @@
 			<Label text = "Player Velocity: "/>
 			<Label name="velocity" text="x,y                           "/>
 	</HBox>
+	<HBox opaque='0'>
+			<Label text = "SCORE: "/>
+			<Label name="score" text="0                             "/>
+	</HBox>
 </VBox>
\ No newline at end of file