Data-ify item drawing
This commit is contained in:
@@ -3,13 +3,13 @@ module Dodge.Default.Item
|
||||
) where
|
||||
import Dodge.Data
|
||||
import Picture
|
||||
import Shape
|
||||
--import Shape
|
||||
|
||||
defaultItem :: Item
|
||||
defaultItem = Item
|
||||
{ _itCurseStatus = Uncursed
|
||||
, _itType = defaultItemType
|
||||
, _itEquipPict = \_ _ -> (,) emptySH blank
|
||||
-- , _itEquipPict = \_ _ -> (,) emptySH blank
|
||||
, _itEffect = NoItEffect
|
||||
, _itID = Nothing
|
||||
, _itIsHeld = False
|
||||
|
||||
Reference in New Issue
Block a user