mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-06 10:21: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
|
|
@ -11,6 +11,8 @@ decreaseRate = 4.0
|
|||
[resource]
|
||||
script = ExtResource("3_ryait")
|
||||
BulletScene = ExtResource("1_iwsrv")
|
||||
_bulletLifeTime = 20.0
|
||||
_destroyOnCollision = false
|
||||
bulletSpeed = 70.0
|
||||
bulletCount = 10
|
||||
rotationSpeed = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue