1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[gd_scene load_steps=4 format=3 uid="uid://g1wsqgb56o1o"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_e1q7j"]
transparency = 1
vertex_color_use_as_albedo = true
[sub_resource type="SphereMesh" id="SphereMesh_mk24m"]
material = SubResource("StandardMaterial3D_e1q7j")
radius = 0.1
height = 0.2
[sub_resource type="Curve" id="Curve_s1bty"]
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.10989), 0.0, 0.0, 0, 0]
point_count = 2
[node name="Steam" type="CPUParticles3D"]
emitting = false
amount = 25
lifetime = 2.0
mesh = SubResource("SphereMesh_mk24m")
direction = Vector3(0, 1, 0)
spread = 30.0
gravity = Vector3(0, -0.1, 0)
initial_velocity_min = 0.2
initial_velocity_max = 0.5
scale_amount_min = 0.4
scale_amount_curve = SubResource("Curve_s1bty")
|