Reduce positional effect on sounds

This commit is contained in:
2025-06-02 11:13:19 +01:00
parent b442001246
commit 6706ac494a
4 changed files with 163 additions and 153 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ module Dodge.Item.Held.BatteryGuns (
import Control.Lens
import Dodge.Data.Item
import Dodge.Default.Item
import Dodge.SoundLogic.ExternallyGeneratedSounds
import Geometry.Data
sparkGun :: Item
@@ -69,7 +68,7 @@ laser =
tractorGun :: Item
tractorGun =
defaultHeldItem
& itUse . heldParams .~ BeamShooterParams-- (Just (tone440sawtoothquietS, 2))
& itUse . heldParams .~ BeamShooterParams
& itAmmoSlots .~ singleAmmo ElectricalAmmo
& itUse . heldTriggerType .~ AutoTrigger
& itUse . heldAim . aimMuzzles . ix 0 . mzPos .~ V2 30 0