19 lines
530 B
Text
19 lines
530 B
Text
|
[gd_scene load_steps=2 format=3 uid="uid://dfflehr042w4"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://d4abji2r2gx7i" path="res://cloud.png" id="1_r8347"]
|
||
|
|
||
|
[node name="CPUParticles2D" type="CPUParticles2D"]
|
||
|
modulate = Color(1, 1, 1, 0.0588235)
|
||
|
position = Vector2(-120.54, 140)
|
||
|
amount = 16
|
||
|
lifetime = 15.0
|
||
|
preprocess = 15.0
|
||
|
texture = ExtResource("1_r8347")
|
||
|
emission_shape = 3
|
||
|
emission_rect_extents = Vector2(1, 180)
|
||
|
spread = 5.0
|
||
|
gravity = Vector2(0, 0)
|
||
|
initial_velocity_min = 50.0
|
||
|
initial_velocity_max = 100.0
|
||
|
scale_amount_min = 0.4
|