You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
591 B
Plaintext
15 lines
591 B
Plaintext
|
10 months ago
|
[gd_scene load_steps=4 format=3 uid="uid://c586yw1w3w5ja"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://script/effect/particle.gd" id="1_mj544"]
|
||
|
|
[ext_resource type="Script" path="res://script/effect/particle_sub_emitter.gd" id="2_k8mlr"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://bfnwt1jr830pa" path="res://scene/effect/particle/particle_common_fragment.tscn" id="3_lryd5"]
|
||
|
|
|
||
|
|
[node name="Particle" type="Node3D"]
|
||
|
|
script = ExtResource("1_mj544")
|
||
|
|
|
||
|
|
[node name="ParticleSubEmitter" type="Node3D" parent="."]
|
||
|
|
script = ExtResource("2_k8mlr")
|
||
|
|
sub = ExtResource("3_lryd5")
|
||
|
|
count_max = 3
|
||
|
|
lifetime = 0.1
|