mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 01:45:54 +00:00
Bullets sparks
This commit is contained in:
parent
3e1a08a915
commit
b7686411ff
10 changed files with 1691 additions and 1550 deletions
18
Resources/Bullets/3D/Bullet_Spark_Harmless_3D.tres
Normal file
18
Resources/Bullets/3D/Bullet_Spark_Harmless_3D.tres
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=4 format=3 uid="uid://dye4820oabo2f"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c85ht0mlk0ruv" path="res://Scenes/Weapons/generic_bullet_deat_particle_3D.tscn" id="1_r5jsy"]
|
||||
[ext_resource type="Texture2D" uid="uid://cw027a7llqhns" path="res://Sprites/Bullets/spark_001.png" id="2_4r7h6"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="2_r5jsy"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_r5jsy")
|
||||
BulletScene = ExtResource("1_r5jsy")
|
||||
BulletSprite = ExtResource("2_4r7h6")
|
||||
BulletSpeed = 0.0
|
||||
BulletDamage = 0.0
|
||||
MaxDamage = 0.0
|
||||
Knockback = 0.0
|
||||
LifeTime = 0.1
|
||||
GrazeValue = 1.0
|
||||
Attributes = 16
|
||||
TimeModifiers = []
|
||||
|
|
@ -1,7 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="BulletResource" load_steps=4 format=3 uid="uid://csmq6hngkx41e"]
|
||||
[gd_resource type="Resource" script_class="BulletResource" load_steps=5 format=3 uid="uid://csmq6hngkx41e"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://byc67yxbkefyk" path="res://Scenes/Weapons/bullet_3D.tscn" id="1_qojek"]
|
||||
[ext_resource type="Texture2D" uid="uid://cybpmpb0d8yva" path="res://Sprites/Projectile.png" id="2_663pf"]
|
||||
[ext_resource type="Resource" uid="uid://dye4820oabo2f" path="res://Resources/Bullets/3D/Bullet_Spark_Harmless_3D.tres" id="3_k31eh"]
|
||||
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="3_xep6w"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -9,14 +10,12 @@ script = ExtResource("3_xep6w")
|
|||
BulletScene = ExtResource("1_qojek")
|
||||
BulletSprite = ExtResource("2_663pf")
|
||||
BulletSize = 0.08
|
||||
DestructionParticlesBullet = ExtResource("3_k31eh")
|
||||
BulletSpeed = 10.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 0.5
|
||||
MaxDamage = 1.2
|
||||
Knockback = 100.0
|
||||
LifeTime = 10.0
|
||||
Owner = 1
|
||||
DamageType = 3
|
||||
GrazeValue = 0.2
|
||||
Attributes = 256
|
||||
TimeModifiers = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue