mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 12:41:15 +00:00
Gaussian Spread
This commit is contained in:
parent
f3a701d3f9
commit
2c72f36108
11 changed files with 84 additions and 11 deletions
|
|
@ -9,6 +9,7 @@
|
|||
script = ExtResource("2_m8dps")
|
||||
Name = &"Icicle Gun"
|
||||
BulletData = ExtResource("1_85ef1")
|
||||
Priority = 0
|
||||
RateOfFire = 0.3
|
||||
BulletCapacity = 5
|
||||
ReloadTime = 0.6
|
||||
|
|
@ -17,8 +18,8 @@ InfiniteAmmo = true
|
|||
ItemKey = &"ICICLE_GUN"
|
||||
AmmoKey = &""
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
SpreadAngle = 5.0
|
||||
RandomSpread = 2.5
|
||||
_rotationOffset = 0.0
|
||||
ReloadSound = ExtResource("2_sd6j2")
|
||||
ShootSound = ExtResource("2_r2tre")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue