Move toward shell storing update as list
This commit is contained in:
+1
-8
@@ -742,16 +742,9 @@ data Proj
|
||||
, _prjPayload :: Payload
|
||||
, _prjTimer :: Int
|
||||
, _prjZ :: Float
|
||||
, _prjUpdates :: [ProjectileUpdate]
|
||||
}
|
||||
data Prop
|
||||
-- = Projectile
|
||||
-- { _prPos :: Point2
|
||||
-- , _pjStartPos :: Point2
|
||||
-- , _pjVel :: Point2
|
||||
-- , _prDraw :: Prop -> SPic
|
||||
-- , _pjID :: Int
|
||||
-- , _pjUpdate :: Prop -> World -> World
|
||||
-- }
|
||||
= PropZ
|
||||
{ _prPos :: Point2
|
||||
, _pjStartPos :: Point2
|
||||
|
||||
Reference in New Issue
Block a user