Simplify Foreground
This commit is contained in:
@@ -10,10 +10,8 @@ import Geometry
|
||||
import ShapePicture
|
||||
|
||||
data ForegroundShape = ForegroundShape
|
||||
{ _fsID :: Int
|
||||
, _fsPos :: Point2
|
||||
{ _fsPos :: Point2
|
||||
, _fsDir :: Float
|
||||
, _fsRad :: Float -- This should probably be a bounding box
|
||||
, _fsSPic :: SPic
|
||||
}
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
Reference in New Issue
Block a user