mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 13:21:17 +00:00
Bullet resource
This commit is contained in:
parent
76221ca7a6
commit
07f6e58ebd
19 changed files with 236 additions and 50 deletions
|
|
@ -1,11 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://yuc0v7gojgep"]
|
||||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=4 format=3 uid="uid://yuc0v7gojgep"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://eu6n6c5175y8" path="res://Resources/Bullets/simple_ice_bullet.tres" id="1_lg8jo"]
|
||||
[ext_resource type="PackedScene" uid="uid://b1qnfiuokpvsr" path="res://Scenes/Weapons/bullet.tscn" id="1_lmn8t"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/WeaponResource.cs" id="2_f4135"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_f4135")
|
||||
Name = "Icicle Gun"
|
||||
BulletData = ExtResource("1_lg8jo")
|
||||
BulletScene = ExtResource("1_lmn8t")
|
||||
RateOfFire = 0.1
|
||||
BulletCapacity = 100
|
||||
|
|
@ -15,9 +17,11 @@ InfiniteAmmo = true
|
|||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
AmmoKey = ""
|
||||
BulletSpeed = 300.0
|
||||
bulletPerShotCount = 1
|
||||
BulletDamage = 1.0
|
||||
LifeTime = 10.0
|
||||
_rotationOffset = 0.0
|
||||
spread = 0.0
|
||||
owner = 1
|
||||
_damageType = 0
|
||||
_timeModifiers = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue