Fix tile rendering
This commit is contained in:
+4
-3
@@ -292,7 +292,7 @@ data Item
|
||||
, _itZoom :: ItZoom
|
||||
, _itAimZoom :: ItZoom
|
||||
, _itEquipPict :: Creature -> Int -> Picture
|
||||
, _itScroll :: Float -> Creature -> World -> World
|
||||
, _itScroll :: Float -> Creature -> Item -> Item
|
||||
, _itIdentity :: ItemIdentity
|
||||
, _itAttachment :: ItAttachment
|
||||
, _itID :: Maybe Int
|
||||
@@ -372,8 +372,9 @@ data Item
|
||||
, _itInvColor :: Color
|
||||
, _itEffect :: ItEffect
|
||||
, _itHammer :: HammerPosition
|
||||
, _itScrollUp :: Int -> World -> World
|
||||
, _itScrollDown :: Int -> World -> World
|
||||
, _itScroll :: Float -> Creature -> Item -> Item
|
||||
-- , _itScrollUp :: Int -> World -> World
|
||||
-- , _itScrollDown :: Int -> World -> World
|
||||
, _itAimStance :: AimStance
|
||||
}
|
||||
| NoItem
|
||||
|
||||
Reference in New Issue
Block a user