diff options
-rw-r--r-- | Default.ppinch | bin | 1727 -> 1727 bytes | |||
-rw-r--r-- | GFX/COLLECTOR.png | bin | 195 -> 225 bytes | |||
-rw-r--r-- | GFX/MASS.png | bin | 197 -> 219 bytes | |||
-rw-r--r-- | GFX/STAR.png | bin | 198 -> 223 bytes | |||
-rw-r--r-- | GFX/sprites.bms | bin | 3237 -> 3237 bytes | |||
-rw-r--r-- | game.bmx | 4 | ||||
-rw-r--r-- | types.bmx | 4 |
7 files changed, 6 insertions, 2 deletions
diff --git a/Default.ppinch b/Default.ppinch Binary files differindex bed0408..ab2cd03 100644 --- a/Default.ppinch +++ b/Default.ppinch diff --git a/GFX/COLLECTOR.png b/GFX/COLLECTOR.png Binary files differindex 6fef517..4f86a54 100644 --- a/GFX/COLLECTOR.png +++ b/GFX/COLLECTOR.png diff --git a/GFX/MASS.png b/GFX/MASS.png Binary files differindex 9965d97..14eb68c 100644 --- a/GFX/MASS.png +++ b/GFX/MASS.png diff --git a/GFX/STAR.png b/GFX/STAR.png Binary files differindex 4b612b9..cd4d620 100644 --- a/GFX/STAR.png +++ b/GFX/STAR.png diff --git a/GFX/sprites.bms b/GFX/sprites.bms Binary files differindex dc8052a..e142fef 100644 --- a/GFX/sprites.bms +++ b/GFX/sprites.bms @@ -57,6 +57,8 @@ Type TGame TParticleMachine.Clear() + FlushKeys() + Return o End Function @@ -215,6 +217,7 @@ Type TGame If lostpercent>(101-level.winpercent) done=LEVEL_LOST + FlushKeys() final_percent=percent EndIf EndIf @@ -226,6 +229,7 @@ Type TGame Else done=LEVEL_LOST EndIf + FlushKeys() EndIf GameGFX.font.Draw("PARTICLES",0,0) @@ -8,8 +8,8 @@ Strict Import noddybox.vector Import noddybox.bitmapfont -Const MASSSIZE:Int=6 -Const MASSRAD:Int=3 +Const MASSSIZE:Int=8 +Const MASSRAD:Int=4 Type GameGFX Global font:TBitmapFont |