Make background black, start cleanup of weapons
This commit is contained in:
@@ -291,8 +291,12 @@ ltAutoGun = defaultAutoGun
|
||||
, _wpReloadState = 0
|
||||
, _itUseRate = 3
|
||||
, _itUseTime = 0
|
||||
, _itUse = \_ -> shootWithSound 0 . withRandomDir 0.3 . withSidePush 50
|
||||
. withMuzFlare $ withVelWthHiteff (V2 30 0) 2 basicBulletEffect
|
||||
, _itUse = \_ -> withSidePush 50 $ withVelWthHiteff (V2 30 0) 2 basicBulletEffect
|
||||
, _itUseModifiers =
|
||||
[ shootWithSoundI 0
|
||||
, withRandomDirI 0.3
|
||||
, withMuzFlareI
|
||||
]
|
||||
, _wpSpread = 0.5
|
||||
, _wpRange = 20
|
||||
, _itFloorPict = onLayer FlItLayer ltAutoGunPic
|
||||
|
||||
Reference in New Issue
Block a user