diff options
| author | Ian C <ianc@noddybox.co.uk> | 2005-11-01 00:58:44 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2005-11-01 00:58:44 +0000 |
| commit | 2a0e7de95036f380a5729328c10ba86eb6e001ba (patch) | |
| tree | 2d0bea43efd8ecaa16f69a0e9099b7b5c21d813e /vectoroids.bmx | |
| parent | efbbdf1ebbc3f6964369c08d4cbe0978c5a424dd (diff) | |
Initial reasonably working version
Diffstat (limited to 'vectoroids.bmx')
| -rw-r--r-- | vectoroids.bmx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vectoroids.bmx b/vectoroids.bmx index 8f51c55..69563f9 100644 --- a/vectoroids.bmx +++ b/vectoroids.bmx @@ -54,6 +54,8 @@ While Not quit While game.Play() Wend Sounds.Clear() + TParticleMachine.Clear() + hiscore.Check(game.score) Menu() Wend |
