Add Read/Show instance for Creature
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module Dodge.Corpse.Draw where
|
||||
import Dodge.Data.Corpse
|
||||
import ShapePicture
|
||||
|
||||
-- not currently used, too simple
|
||||
drawCorpse :: Corpse -> SPic
|
||||
drawCorpse cp = _cpSPic cp
|
||||
Reference in New Issue
Block a user