Move some item datatypes into dedicated module
This commit is contained in:
@@ -63,8 +63,7 @@ shrinkGun = defaultGun
|
||||
}
|
||||
, _itUse = defaultlUse {_lUse = hammerCheckL useShrinkGun}
|
||||
& useHammer .~ upHammer
|
||||
, _wpSpread = 0.05
|
||||
, _wpRange = 20
|
||||
, _itType = UtilityItem
|
||||
, _itFloorPict = shrinkGunPic
|
||||
, _itAttachment = ItBool True
|
||||
}
|
||||
@@ -96,8 +95,7 @@ blinkGun = defaultGun
|
||||
, _itUse = defaultlUse
|
||||
{_lUse = hammerCheckL $ shootL aSelfL
|
||||
} & useHammer .~ upHammer
|
||||
, _wpSpread = 0.05
|
||||
, _wpRange = 20
|
||||
, _itType = UtilityItem
|
||||
, _itFloorPict = const . noPic . colorSH chartreuse $ upperPrismPoly 2 $ square 2
|
||||
}
|
||||
|
||||
@@ -129,8 +127,6 @@ forceFieldGun = defaultGun
|
||||
, _wpReloadState = 0
|
||||
}
|
||||
, _itUse = undefined
|
||||
, _wpSpread = 0.02
|
||||
, _wpRange = 20
|
||||
, _itFloorPict = \_ -> (,) emptySH $ onLayer FlItLayer $ polygon $ map toV2 [(-4,-4),(-4,4),(4,4),(4,0),(0,0),(0,-4)]
|
||||
}
|
||||
-- grapGun = defaultGun
|
||||
|
||||
Reference in New Issue
Block a user