Move towards abstracting out held item positioning

This commit is contained in:
2022-07-14 00:06:13 +01:00
parent d26470281c
commit 090408b438
4 changed files with 46 additions and 3 deletions
+1
View File
@@ -482,6 +482,7 @@ data ItemUse
, _useMods :: [(Item -> Creature -> World -> World) -> Item -> Creature -> World -> World]
, _useHammer :: HammerPosition
, _useAim :: AimParams
, _heldAttachPos :: Point3
, _heldAttachment :: HeldAttachment
, _heldScroll :: Float -> Creature -> Item -> Item
}