mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 10:33:48 +00:00
Increased enemy bullet speed and damage
This commit is contained in:
parent
f2482e4e38
commit
60a6a4927c
1 changed files with 2 additions and 3 deletions
|
|
@ -6,9 +6,8 @@
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_o3tyw")
|
script = ExtResource("1_o3tyw")
|
||||||
BulletScene = ExtResource("1_vsj6i")
|
BulletScene = ExtResource("1_vsj6i")
|
||||||
AmmoKey = ""
|
BulletSpeed = 80.0
|
||||||
BulletSpeed = 50.0
|
BulletDamage = 8.0
|
||||||
BulletDamage = 1.0
|
|
||||||
LifeTime = 10.0
|
LifeTime = 10.0
|
||||||
Owner = 2
|
Owner = 2
|
||||||
DamageType = 0
|
DamageType = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue