cleaning
Particles will be implemented in affection itself
This commit is contained in:
parent
b0d44124dc
commit
05b126ef94
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@ data UserData = UserData
|
|||
, coordinates :: Maybe (Int, Int)
|
||||
}
|
||||
|
||||
data Particle = Particle
|
||||
{ particleCoords :: (Int, Int)
|
||||
, particleTTL :: Double
|
||||
, particleVel :: (Int, Int)
|
||||
}
|
||||
|
||||
load :: SDL.Surface -> IO UserData
|
||||
load _ = do
|
||||
traceM "loading"
|
||||
|
|
Loading…
Reference in a new issue