mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 14:33:47 +00:00
Cheat Gun
This commit is contained in:
parent
f2e6025b35
commit
cb27f33a6d
21 changed files with 620 additions and 436 deletions
19
Resources/Weapons/Cheat_Gun.tres
Normal file
19
Resources/Weapons/Cheat_Gun.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://ckppo2seg313h"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://bopwqpmxoy1rd" path="res://Resources/Bullets/cheat_bullet.tres" id="1_7fekn"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/WeaponResource.cs" id="1_d3tbp"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_d3tbp")
|
||||
Name = "Cheat Gun"
|
||||
BulletData = ExtResource("1_7fekn")
|
||||
RateOfFire = 0.4
|
||||
BulletCapacity = 200
|
||||
ReloadTime = 0.1
|
||||
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