mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 21:53:47 +00:00
Made things into tools to display enemy icons on spawner marks
This commit is contained in:
parent
f460103239
commit
c00d298443
49 changed files with 174 additions and 55 deletions
|
|
@ -31,15 +31,15 @@ metadata/_custom_type_script = "uid://dslyrfcej3g2n"
|
|||
|
||||
[resource]
|
||||
script = ExtResource("4_17dut")
|
||||
Name = null
|
||||
Name = &""
|
||||
BulletData = SubResource("Resource_5eesc")
|
||||
RateOfFire = 0.4
|
||||
BulletCapacity = 20
|
||||
ReloadTime = 2.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
ItemKey = null
|
||||
AmmoKey = null
|
||||
ItemKey = &""
|
||||
AmmoKey = &""
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ BulletCapacity = 4
|
|||
ReloadTime = 2.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
ItemKey = null
|
||||
AmmoKey = null
|
||||
ItemKey = &""
|
||||
AmmoKey = &""
|
||||
BulletsPerShot = 5
|
||||
SpreadAngle = 30.0
|
||||
RandomSpread = 0.0
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_8ycgt")
|
||||
Name = null
|
||||
Name = &""
|
||||
BulletData = ExtResource("1_eps1c")
|
||||
RateOfFire = 0.3
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 1.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
ItemKey = null
|
||||
AmmoKey = null
|
||||
ItemKey = &""
|
||||
AmmoKey = &""
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_w71lp")
|
||||
Name = null
|
||||
Name = &""
|
||||
BulletData = ExtResource("1_gww1w")
|
||||
RateOfFire = 0.6
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 1.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
ItemKey = null
|
||||
AmmoKey = null
|
||||
ItemKey = &""
|
||||
AmmoKey = &""
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue