Mercurial > fife-parpg
diff demos/shooter/gui/highscoredialog.xml @ 465:4e58dab2fcdc
Added the high score dialog to ask for players name (with no validation yet)
Enabled modal execution.
Fixed a small bug where the scene tries to remove a projectile that it already removed from the scene.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 13 Apr 2010 20:23:13 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/demos/shooter/gui/highscoredialog.xml Tue Apr 13 20:23:13 2010 +0000 @@ -0,0 +1,12 @@ +<Window title="High Score" size="500,500"> + <VBox hexpand="1"> + <HBox> + <Label text="Name:" min_size="100, 10" /> + <TextField name="name" text="" min_size="100, 10" /> + </HBox> + </VBox> + <Spacer /> + <HBox> + <Button name="okay" text="Okay"/> + </HBox> +</Window>