mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +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]
|
||||
script = ExtResource("1_o3tyw")
|
||||
BulletScene = ExtResource("1_vsj6i")
|
||||
AmmoKey = ""
|
||||
BulletSpeed = 50.0
|
||||
BulletDamage = 1.0
|
||||
BulletSpeed = 80.0
|
||||
BulletDamage = 8.0
|
||||
LifeTime = 10.0
|
||||
Owner = 2
|
||||
DamageType = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue