Mercurial > fife-parpg
view 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 source
<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>