From 6aaf8d4db85182441b16bff617836d7ab67d0746 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 19 Sep 2005 23:25:46 +0000 Subject: *** empty log message *** --- types.bmx | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'types.bmx') diff --git a/types.bmx b/types.bmx index 6622ce4..2f83707 100644 --- a/types.bmx +++ b/types.bmx @@ -1,7 +1,26 @@ -' It's all a bit rolly +' Particle Pinch ' -Global MASSSIZE:Int=6 -Global MASSRAD:Int=3 +' Copyright 2005 Ian Cowburn +' +' $Id$ +' +Strict +Import noddybox.vector +Import noddybox.bitmapfont + +Const MASSSIZE:Int=6 +Const MASSRAD:Int=3 + +Type GameGFX + Global font:TBitmapFont + Global guifont:TBitmapFont + Global star:TImage + Global mass:TImage + Global collector:TImage + Global point:TImage + Global particle:Timage + Global pointer:TImage +End Type Type TMass Field x:Float @@ -20,7 +39,7 @@ Type TMass mass=25 friend=True inverse=False - swallow=False + swallow=0 End Method Method Attract(o:TMass) -- cgit v1.2.3