Allow for bullet drag
This commit is contained in:
@@ -20,8 +20,8 @@ data Annotation g
|
||||
| TreasureAno [Creature] [Item]
|
||||
| AnoApplyInt Int (Int -> State g (SubCompTree Room))
|
||||
| PassthroughLockKeyLists Int
|
||||
[(Int -> State g (SubCompTree Room), State g ItemIdentity)]
|
||||
[(ItemIdentity, State g (SubCompTree Room))]
|
||||
[(Int -> State g (SubCompTree Room), State g CombineType)]
|
||||
[(CombineType, State g (SubCompTree Room))]
|
||||
-- | SetLabel Int (State g Room)
|
||||
-- | UseLabel Int (State g Room)
|
||||
| ChainAnos [[Annotation g]]
|
||||
|
||||
Reference in New Issue
Block a user