Add aggressive light culling
This commit is contained in:
@@ -215,7 +215,7 @@ effectOnOffHeld f f' = ItInvEffectID
|
||||
jetPack :: Item
|
||||
jetPack = defaultEquipment
|
||||
{ _itEquipPict = \_ _ -> (,) emptySH $ setDepth 20
|
||||
$ pictures [color yellow $ polygon $ rectNSEW 5 (-5) (-3) (-11) ]
|
||||
$ pictures [color yellow $ polygon $ reverse $ rectNSWE 5 (-5) (-11) (-3) ]
|
||||
, _itEffect = NoItEffect
|
||||
, _itID = Nothing
|
||||
} & itUse . eqEq . eqSite .~ GoesOnBack
|
||||
|
||||
Reference in New Issue
Block a user