Add targeting reticule for bezier gun

This commit is contained in:
2021-05-26 00:37:35 +02:00
parent d4a15a2416
commit 7ca7a2f941
3 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ data Item
, _itEffect :: ItEffect
, _itInvDisplay :: Item -> String
, _itInvColor :: Color
, _itTargeting :: Maybe (World -> Maybe Point2, Item -> Int -> Creature -> World -> Picture)
, _itTargeting :: Maybe (World -> Maybe Point2, Int -> Item -> Creature -> World -> Picture)
, _itWorldTrigger :: Maybe (Int -> World -> Bool)
}
| Consumable