mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 09:23:48 +00:00
Ammo UI system
This commit is contained in:
parent
70c514f1a9
commit
5eb7b578bc
22 changed files with 238 additions and 87 deletions
23
Resources/Weapons/Ice_Shotgun_Weapon.tres
Normal file
23
Resources/Weapons/Ice_Shotgun_Weapon.tres
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://cyntngidhcbkc"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b1qnfiuokpvsr" path="res://Scenes/Weapons/bullet.tscn" id="1_puh43"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/WeaponResource.cs" id="2_utbbo"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_utbbo")
|
||||
Name = "Ice Shotgun"
|
||||
BulletScene = ExtResource("1_puh43")
|
||||
RateOfFire = 0.1
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 0.8
|
||||
AutoReload = true
|
||||
InfiniteAmmo = false
|
||||
BulletsPerShot = 3
|
||||
SpreadAngle = 45.0
|
||||
RandomSpread = 0.0
|
||||
AmmoKey = "Ammo1"
|
||||
BulletSpeed = 300.0
|
||||
BulletDamage = 1.0
|
||||
_rotationOffset = 0.0
|
||||
owner = 1
|
||||
_timeModifiers = null
|
||||
|
|
@ -15,9 +15,9 @@ InfiniteAmmo = true
|
|||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
AmmoKey = ""
|
||||
BulletSpeed = 300.0
|
||||
bulletPerShotCount = 1
|
||||
BulletDamage = 1.0
|
||||
_rotationOffset = 0.0
|
||||
spread = 0.0
|
||||
owner = 1
|
||||
_timeModifiers = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue