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.
14 lines
564 B
Plaintext
14 lines
564 B
Plaintext
|
1 year ago
|
[gd_scene load_steps=4 format=3 uid="uid://j0wrno4hl0hp"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://script/effect/particle.gd" id="1_kd50q"]
|
||
|
|
[ext_resource type="Script" path="res://script/effect/particle_sub_emitter.gd" id="2_osya7"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://b0ogpoluxbsxx" path="res://scene/effect/particle/particle_fragment.tscn" id="3_o8j15"]
|
||
|
|
|
||
|
|
[node name="Particle" type="Node3D"]
|
||
|
|
script = ExtResource("1_kd50q")
|
||
|
|
|
||
|
|
[node name="ParticleSubEmitter" type="Node3D" parent="."]
|
||
|
|
script = ExtResource("2_osya7")
|
||
|
|
sub = ExtResource("3_o8j15")
|
||
|
|
count = 2
|