Astromovida/scenes/smoke_particles.tscn
Gerard Gascón 18efc36800 init
2025-04-24 17:06:24 +02:00

25 lines
837 B
Text

[gd_scene load_steps=4 format=3 uid="uid://13c4hels5d38"]
[ext_resource type="Texture2D" uid="uid://ctlhowug3qhm3" path="res://sprites/fx/whitePuff00.png" id="1_2qblt"]
[sub_resource type="Curve" id="Curve_7skad"]
_data = [Vector2(0, 0.0360453), 0.0, 1.36273, 0, 0, Vector2(1, 0.364058), -0.50206, 0.0, 0, 0]
point_count = 2
[sub_resource type="Gradient" id="Gradient_khhnp"]
colors = PackedColorArray(0.619608, 0.564706, 0.556863, 0.65098, 1, 1, 1, 0)
[node name="smoke_particles" type="CPUParticles2D"]
amount = 30
lifetime = 10.0
texture = ExtResource("1_2qblt")
spread = 180.0
gravity = Vector2(0, -10)
initial_velocity_min = 1.0
initial_velocity_max = 20.0
angle_min = 1.0
angle_max = 360.0
scale_amount_min = 0.6
scale_amount_max = 1.3
scale_amount_curve = SubResource("Curve_7skad")
color_ramp = SubResource("Gradient_khhnp")