mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 06:43:47 +00:00
Enemies balance
This commit is contained in:
parent
15cb0f2ad0
commit
5ada2ea044
6 changed files with 51 additions and 10 deletions
|
|
@ -8,11 +8,12 @@ script = ExtResource("1_o3tyw")
|
|||
BulletScene = ExtResource("1_vsj6i")
|
||||
BulletSpeed = 80.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 8.0
|
||||
BulletDamage = 12.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 2
|
||||
DamageType = 0
|
||||
RotateSprite = false
|
||||
Controllable = false
|
||||
Grazeable = true
|
||||
GrazeValue = 0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue