Working (but slow) shadow shapes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{-# LANGUAGE StrictData #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
module ShapePicture.Data
|
||||
where
|
||||
import Shape
|
||||
import Picture
|
||||
data SPic = SPic
|
||||
{ _spShape :: Shape
|
||||
, _spPicture :: Picture
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user