Mercurial > fife-parpg
comparison 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 |
comparison
equal
deleted
inserted
replaced
455:e686b82d93d0 | 456:41fd97da94d1 |
---|---|
1 <VBox opaque='0'> | |
2 <HBox opaque='0'> | |
3 <Label text = "FPS: "/> | |
4 <Label name="fps" text="000"/> | |
5 </HBox> | |
6 <HBox opaque='0'> | |
7 <Label text = "Player Position: "/> | |
8 <Label name="position" text="x,y "/> | |
9 </HBox> | |
10 <HBox opaque='0'> | |
11 <Label text = "Player Velocity: "/> | |
12 <Label name="velocity" text="x,y "/> | |
13 </HBox> | |
14 <HBox opaque='0'> | |
15 <Label text = "SCORE: "/> | |
16 <Label name="score" text="0 "/> | |
17 </HBox> | |
18 </VBox> |