* ajout d'un fondu de musique au changement de phase * résolution de bugs en tout genre
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://bg7jmrwdgdqg4"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://baaujfw8piywi" path="res://common/icons/dna.svg" id="1_88fy1"]
|
|
[ext_resource type="Script" uid="uid://bddlpqlfrydn8" path="res://common/vfx/particles/scripts/particles.gd" id="1_faap1"]
|
|
|
|
[sub_resource type="Curve" id="Curve_xmi7c"]
|
|
_limits = [-200.0, 200.0, 0.0, 1.0]
|
|
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.2513369, 200), 0.0, 0.0, 0, 0, Vector2(0.7540107, -200), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0]
|
|
point_count = 4
|
|
|
|
[sub_resource type="Curve" id="Curve_22a4c"]
|
|
_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.2620321, 1), 0.0, 0.0, 0, 0]
|
|
point_count = 2
|
|
|
|
[sub_resource type="Gradient" id="Gradient_li6gc"]
|
|
offsets = PackedFloat32Array(0, 0.80172414, 1)
|
|
colors = PackedColorArray(1, 1, 1, 0.65882355, 1, 1, 1, 0.72156864, 1, 1, 1, 0)
|
|
|
|
[node name="Particles" type="CPUParticles2D"]
|
|
amount = 1
|
|
texture = ExtResource("1_88fy1")
|
|
randomness = 0.3
|
|
emission_shape = 1
|
|
emission_sphere_radius = 30.0
|
|
gravity = Vector2(0, -20)
|
|
tangential_accel_min = -0.1
|
|
tangential_accel_max = 0.1
|
|
tangential_accel_curve = SubResource("Curve_xmi7c")
|
|
scale_amount_min = 0.4
|
|
scale_amount_max = 0.6
|
|
scale_amount_curve = SubResource("Curve_22a4c")
|
|
color_ramp = SubResource("Gradient_li6gc")
|
|
script = ExtResource("1_faap1")
|