mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 06:43:48 +00:00
Scriptable bullet emitter
This commit is contained in:
parent
d62538a382
commit
4261009c33
17 changed files with 251 additions and 74 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_8ycgt")
|
||||
Name = "Enemy Weapon"
|
||||
Name = null
|
||||
BulletData = ExtResource("1_eps1c")
|
||||
RateOfFire = 0.3
|
||||
BulletCapacity = 4
|
||||
|
|
@ -15,6 +15,6 @@ InfiniteAmmo = true
|
|||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = "EnemyWeapon"
|
||||
AmmoKey = ""
|
||||
ItemKey = null
|
||||
AmmoKey = null
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue