mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 21:13:47 +00:00
Boss HUD
This commit is contained in:
parent
b4fdb9c9e3
commit
4be64cf7ec
12 changed files with 220 additions and 33 deletions
|
|
@ -15,7 +15,7 @@ bulletSpeed = 70.0
|
|||
bulletCount = 10
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 3.0
|
||||
duration = 4.0
|
||||
burstInterval = 0.3
|
||||
spread = 0.0
|
||||
owner = 2
|
||||
|
|
|
|||
|
|
@ -8,49 +8,52 @@
|
|||
[sub_resource type="Resource" id="Resource_ne4q3"]
|
||||
script = ExtResource("2_ee42k")
|
||||
BulletScene = ExtResource("1_4xpdn")
|
||||
bulletSpeed = 20.0
|
||||
bulletSpeed = 40.0
|
||||
bulletCount = 10
|
||||
rotationSpeed = 120.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 1.0
|
||||
duration = 0.4
|
||||
burstInterval = 2.0
|
||||
spread = 360.0
|
||||
owner = 2
|
||||
_damageType = 0
|
||||
_bulletDamage = 1.0
|
||||
_timeModifiers = null
|
||||
_targetPlayer = false
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_kohuh"]
|
||||
script = ExtResource("2_ee42k")
|
||||
BulletScene = ExtResource("3_gr7a3")
|
||||
bulletSpeed = 20.0
|
||||
bulletSpeed = 50.0
|
||||
bulletCount = 16
|
||||
rotationSpeed = 60.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 1.0
|
||||
duration = 0.4
|
||||
burstInterval = 2.0
|
||||
spread = 360.0
|
||||
owner = 2
|
||||
_damageType = 0
|
||||
_bulletDamage = 1.0
|
||||
_timeModifiers = null
|
||||
_targetPlayer = false
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_depjj"]
|
||||
script = ExtResource("2_ee42k")
|
||||
BulletScene = ExtResource("1_4xpdn")
|
||||
bulletSpeed = 20.0
|
||||
bulletSpeed = 50.0
|
||||
bulletCount = 10
|
||||
rotationSpeed = 60.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 4.0
|
||||
duration = 0.4
|
||||
burstInterval = 2.0
|
||||
spread = 360.0
|
||||
owner = 2
|
||||
_damageType = 0
|
||||
_bulletDamage = 1.0
|
||||
_timeModifiers = null
|
||||
_targetPlayer = false
|
||||
WaitForCompletion = true
|
||||
|
||||
[resource]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue