diff demos/shooter/gui/hud.xml @ 456:41fd97da94d1

Moved guis to their own file. Added a continue button to the main menu.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 07 Apr 2010 21:26:26 +0000
parents demos/shooter/gui/mainwindow.xml@ba6817013343
children 597b066d5ccb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demos/shooter/gui/hud.xml	Wed Apr 07 21:26:26 2010 +0000
@@ -0,0 +1,18 @@
+<VBox opaque='0'>
+	<HBox opaque='0'>
+			<Label text = "FPS: "/>
+			<Label name="fps" text="000"/>
+	</HBox>
+	<HBox opaque='0'>
+			<Label text = "Player Position: "/>
+			<Label name="position" text="x,y                           "/>
+	</HBox>
+	<HBox opaque='0'>
+			<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