mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 16:23:46 +00:00
working spder bomb
This commit is contained in:
parent
6125565d8c
commit
f1f40a91dd
17 changed files with 400 additions and 105 deletions
|
|
@ -1,23 +1,28 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dfbmny3s4rili"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dfbmny3s4rili"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c4molirtle8a0" path="res://Scripts/Components/AutodeleteParticle.cs" id="1_rk44q"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_xc6bb"]
|
||||
colors = PackedColorArray(0, 0.45098, 0.886275, 1, 0.729412, 1, 1, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_hkx2s"]
|
||||
gradient = SubResource("Gradient_xc6bb")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_f8iyl"]
|
||||
particle_flag_disable_z = true
|
||||
radial_velocity_min = -2.23517e-05
|
||||
radial_velocity_max = 30.38
|
||||
radial_velocity_max = 145.49
|
||||
gravity = Vector3(0, 0, 0)
|
||||
linear_accel_min = -23.2
|
||||
linear_accel_max = -2.23517e-06
|
||||
scale_min = 0.5
|
||||
scale_max = 0.5
|
||||
color = Color(0.054902, 0.494118, 1, 1)
|
||||
color_ramp = SubResource("GradientTexture1D_hkx2s")
|
||||
|
||||
[node name="IceBulletParticle" type="GPUParticles2D"]
|
||||
emitting = false
|
||||
amount = 4
|
||||
process_material = SubResource("ParticleProcessMaterial_f8iyl")
|
||||
lifetime = 0.4
|
||||
one_shot = true
|
||||
process_material = SubResource("ParticleProcessMaterial_f8iyl")
|
||||
script = ExtResource("1_rk44q")
|
||||
LifeTime = 1.0
|
||||
AutoStart = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue