Prop reification/splitting
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE StrictData #-}
|
||||
module Dodge.Data.TractorBeam where
|
||||
import Geometry.Data
|
||||
import Control.Lens
|
||||
data TractorBeam = TractorBeam
|
||||
{ _tbPos :: Point2
|
||||
, _tbStartPos :: Point2
|
||||
, _tbVel :: Point2
|
||||
, _tbTime :: Int
|
||||
}
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
makeLenses ''TractorBeam
|
||||
Reference in New Issue
Block a user