feat: turrents and explosions
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
[gd_scene format=3 uid="uid://dfvr0g5souli2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bhm7kb18b1tbh" path="res://Game/Projectile/Explosion/fires.png" id="1_e3ife"]
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_bfsaf"]
|
||||
particles_animation = true
|
||||
particles_anim_h_frames = 2
|
||||
particles_anim_v_frames = 1
|
||||
particles_anim_loop = false
|
||||
|
||||
[sub_resource type="Curve" id="Curve_ytfwl"]
|
||||
_data = [Vector2(0.00554017, 0.021126747), 0.0, 0.0, 0, 0, Vector2(0.14681442, 0.99295783), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_jyg1o"]
|
||||
curve = SubResource("Curve_ytfwl")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_u8d0v"]
|
||||
lifetime_randomness = 0.1
|
||||
particle_flag_disable_z = true
|
||||
spread = 180.0
|
||||
initial_velocity_min = 47.62
|
||||
initial_velocity_max = 47.62
|
||||
gravity = Vector3(0, 0, 0)
|
||||
damping_min = 97.494
|
||||
damping_max = 97.494
|
||||
scale_min = 0.099999994
|
||||
scale_max = 0.099999994
|
||||
color = Color(1, 0.11372549, 0.22745098, 1)
|
||||
alpha_curve = SubResource("CurveTexture_jyg1o")
|
||||
anim_speed_min = 6.67
|
||||
anim_speed_max = 6.67
|
||||
|
||||
[node name="ExplosionGPUParticles2D" type="GPUParticles2D" unique_id=1991976710]
|
||||
material = SubResource("CanvasItemMaterial_bfsaf")
|
||||
emitting = false
|
||||
amount = 16
|
||||
texture = ExtResource("1_e3ife")
|
||||
lifetime = 0.3
|
||||
one_shot = true
|
||||
process_material = SubResource("ParticleProcessMaterial_u8d0v")
|
||||
Reference in New Issue
Block a user