Add targeting reticule for bezier gun
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user