Broken: refactor terminals
This commit is contained in:
@@ -5,9 +5,8 @@ import ShapePicture.Data
|
||||
import Geometry.Data
|
||||
|
||||
import Control.Lens
|
||||
|
||||
data CorpseResurrection = NoResurrection
|
||||
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
data Corpse = Corpse
|
||||
{ _cpID :: Int
|
||||
, _cpPos :: Point2
|
||||
@@ -15,4 +14,5 @@ data Corpse = Corpse
|
||||
, _cpSPic :: SPic
|
||||
, _cpRes :: CorpseResurrection
|
||||
}
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
makeLenses ''Corpse
|
||||
|
||||
Reference in New Issue
Block a user