mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 16:03:47 +00:00
Tweaked icicle gun to shoot faster at lower power
This commit is contained in:
parent
27e0000c50
commit
24386e724f
4 changed files with 30 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ BulletScene = ExtResource("1_qjgqc")
|
|||
DestructionParticlesScene = ExtResource("2_fkpjr")
|
||||
BulletSpeed = 300.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 1.0
|
||||
BulletDamage = 0.4
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
|
|
@ -20,4 +20,4 @@ Controllable = false
|
|||
Freezable = true
|
||||
Grazeable = false
|
||||
GrazeValue = 0.2
|
||||
TimeModifiers = null
|
||||
TimeModifiers = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue