19 lines
621 B
Plaintext
19 lines
621 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://byb0p1tx2u0ba"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bb1q5ifwi3o1q" path="res://UI/Refilling/Droplet.png" id="1_edecj"]
|
|
[ext_resource type="Script" path="res://UI/Refilling/RefillingParticles.gd" id="2_bfar3"]
|
|
|
|
[node name="RefillingParticles" type="CPUParticles2D"]
|
|
position = Vector2(442, 202)
|
|
emitting = false
|
|
amount = 60
|
|
lifetime = 0.52
|
|
one_shot = true
|
|
texture = ExtResource("1_edecj")
|
|
emission_shape = 3
|
|
emission_rect_extents = Vector2(10, 1)
|
|
scale_amount_max = 2.5
|
|
script = ExtResource("2_bfar3")
|
|
|
|
[connection signal="finished" from="." to="." method="_on_finished"]
|