Start implementing attachable scroll items
This commit is contained in:
@@ -137,7 +137,8 @@ wasdWithAiming w speed cr
|
||||
(argV (_mousePos (_input w)) + (w ^. wCam . camRot))
|
||||
$ do
|
||||
itRef <- cr ^? crManipulation . manObject . inInventory . ispItem
|
||||
_ <- cr ^? crInv . ix itRef . itScope . scopePos
|
||||
-- _ <- cr ^? crInv . ix itRef . itScope . scopePos
|
||||
_ <- cr ^? crInv . ix itRef . itScope . remotePos
|
||||
return . argV $ mouseWorldPos (w ^. input) (w ^. wCam) -.- _crPos cr
|
||||
|
||||
aimTurn :: Float -> Creature -> Creature
|
||||
|
||||
Reference in New Issue
Block a user