mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-07 13:51:17 +00:00
Added lifetime to bullets
This commit is contained in:
parent
be52d0e081
commit
78c319224a
7 changed files with 50 additions and 2 deletions
|
|
@ -31,6 +31,8 @@ LethalTime = 4.0
|
|||
PreFireColor = Color(0, 0, 1, 0.501961)
|
||||
LethalColor = Color(0, 0, 1, 1)
|
||||
BulletScene = ExtResource("1_nfjet")
|
||||
_bulletLifeTime = 20.0
|
||||
_destroyOnCollision = false
|
||||
bulletSpeed = 40.0
|
||||
bulletCount = 8
|
||||
rotationSpeed = 0.0
|
||||
|
|
@ -55,6 +57,8 @@ Continuous = false
|
|||
[sub_resource type="Resource" id="Resource_7tuk4"]
|
||||
script = ExtResource("2_peiit")
|
||||
BulletScene = ExtResource("4_7kssw")
|
||||
_bulletLifeTime = 20.0
|
||||
_destroyOnCollision = false
|
||||
bulletSpeed = 40.0
|
||||
bulletCount = 16
|
||||
rotationSpeed = 0.0
|
||||
|
|
@ -79,6 +83,8 @@ Continuous = false
|
|||
[sub_resource type="Resource" id="Resource_reykq"]
|
||||
script = ExtResource("2_peiit")
|
||||
BulletScene = ExtResource("4_7kssw")
|
||||
_bulletLifeTime = 20.0
|
||||
_destroyOnCollision = false
|
||||
bulletSpeed = 40.0
|
||||
bulletCount = 16
|
||||
rotationSpeed = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue