summaryrefslogtreecommitdiff
path: root/game.bmx
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-11-01 00:58:44 +0000
committerIan C <ianc@noddybox.co.uk>2005-11-01 00:58:44 +0000
commit2a0e7de95036f380a5729328c10ba86eb6e001ba (patch)
tree2d0bea43efd8ecaa16f69a0e9099b7b5c21d813e /game.bmx
parentefbbdf1ebbc3f6964369c08d4cbe0978c5a424dd (diff)
Initial reasonably working version
Diffstat (limited to 'game.bmx')
-rw-r--r--game.bmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.bmx b/game.bmx
index 13afedf..29ebd9d 100644
--- a/game.bmx
+++ b/game.bmx
@@ -69,7 +69,7 @@ Type TGame
saucertime=120*50
saucerdelay=0
- saucershot=25
+ saucershot=150
NewLevel()
End Method