From 685bc09307bdf76b52feba2d371c73c5fe96eb9e Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 3 Oct 2005 00:09:45 +0000 Subject: Changed mass size --- Default.ppinch | Bin 1727 -> 1727 bytes GFX/COLLECTOR.png | Bin 195 -> 225 bytes GFX/MASS.png | Bin 197 -> 219 bytes GFX/STAR.png | Bin 198 -> 223 bytes GFX/sprites.bms | Bin 3237 -> 3237 bytes game.bmx | 4 ++++ types.bmx | 4 ++-- 7 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Default.ppinch b/Default.ppinch index bed0408..ab2cd03 100644 Binary files a/Default.ppinch and b/Default.ppinch differ diff --git a/GFX/COLLECTOR.png b/GFX/COLLECTOR.png index 6fef517..4f86a54 100644 Binary files a/GFX/COLLECTOR.png and b/GFX/COLLECTOR.png differ diff --git a/GFX/MASS.png b/GFX/MASS.png index 9965d97..14eb68c 100644 Binary files a/GFX/MASS.png and b/GFX/MASS.png differ diff --git a/GFX/STAR.png b/GFX/STAR.png index 4b612b9..cd4d620 100644 Binary files a/GFX/STAR.png and b/GFX/STAR.png differ diff --git a/GFX/sprites.bms b/GFX/sprites.bms index dc8052a..e142fef 100644 Binary files a/GFX/sprites.bms and b/GFX/sprites.bms differ diff --git a/game.bmx b/game.bmx index 710bb24..ff6ddfa 100644 --- a/game.bmx +++ b/game.bmx @@ -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) diff --git a/types.bmx b/types.bmx index 7fd66ca..31cc433 100644 --- a/types.bmx +++ b/types.bmx @@ -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 -- cgit v1.2.3