mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 18:13:47 +00:00
Tweaks
This commit is contained in:
parent
37ecce8279
commit
d07fe420dd
6 changed files with 35 additions and 11 deletions
|
|
@ -12,8 +12,8 @@ BulletCapacity = 4
|
|||
ReloadTime = 1.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
BulletsPerShot = 5
|
||||
SpreadAngle = 180.0
|
||||
RandomSpread = 0.0
|
||||
AmmoKey = ""
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
19
Resources/Weapons/EnemyWeapon_simple.tres
Normal file
19
Resources/Weapons/EnemyWeapon_simple.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://csdlihliv4cr8"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://dqnvesdj0dk3v" path="res://Resources/Bullets/simple_enemy_bullet.tres" id="1_gsalt"]
|
||||
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_vddmk"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_vddmk")
|
||||
Name = "Enemy Weapon"
|
||||
BulletData = ExtResource("1_gsalt")
|
||||
RateOfFire = 0.4
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 1.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
AmmoKey = ""
|
||||
_rotationOffset = 0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue