From a15d592951e8c4b0de09a44334f9572616b271e0 Mon Sep 17 00:00:00 2001 From: jgk Date: Mon, 24 May 2021 14:00:53 +0200 Subject: [PATCH] Working commit with booster --- src/Dodge/Data.hs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Dodge/Data.hs b/src/Dodge/Data.hs index 8915a9846..6aa6b5321 100644 --- a/src/Dodge/Data.hs +++ b/src/Dodge/Data.hs @@ -384,7 +384,7 @@ data Projectile { _pjPos :: Point2 , _pjStartPos :: Point2 , _pjVel :: Point2 - , _pjDraw :: Picture + , _pjPict :: Picture , _pjID :: Int , _pjUpdate :: World -> World } @@ -397,12 +397,6 @@ data Projectile , _pjUpdate :: World -> World , _pjPayload :: Point2-> World -> World } - | BoostShockwave - { _pjID :: Int - , _pjPict :: Picture - , _pjUpdate :: World -> World - , _pjPoints :: [Point2] - } data Either3 a b c = E3x1 a | E3x2 b | E3x3 c data Wall = Wall