Cleanup. Only update draw distance every 5 frames

This commit is contained in:
2024-09-21 18:46:16 +01:00
parent 9df60d62ab
commit cb3288db45
6 changed files with 102 additions and 114 deletions
+2 -2
View File
@@ -104,9 +104,9 @@ chemFuelPouch =
bulletSynthesizer :: Item
bulletSynthesizer = defaultHeldItem
& itType . iyBase .~ ATTACH BULLETSYNTHESIZER
& itUse .~ AttachUse NoAttachParams
& itUse .~ AttachUse
rocketHomer :: Item
rocketHomer = defaultHeldItem
& itType . iyBase .~ ATTACH ROCKETHOMER
& itUse .~ AttachUse NoAttachParams
& itUse .~ AttachUse
+2 -2
View File
@@ -19,10 +19,10 @@ targetingScope :: TargetType -> Item
targetingScope tt =
defaultHeldItem
& itType . iyBase .~ ATTACH (TARGETATTACH tt)
& itUse .~ AttachUse TargetAttachParams
& itUse .~ AttachUse
rocketRemoteScreen :: Item
rocketRemoteScreen =
defaultHeldItem
& itType . iyBase .~ ATTACH ROCKETREMOTESCREEN
& itUse .~ AttachUse NoAttachParams
& itUse .~ AttachUse