точно есть дэшм
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[gd_scene format=3 uid="uid://dnxeupvhs25c5"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://de0b6l5ylu4oy" path="res://addons/NPC/script/blood_particles.gd" id="1_wa0q6"]
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_7mumk"]
|
||||
lifetime_randomness = 0.34
|
||||
direction = Vector3(0, 1, 0)
|
||||
spread = 180.0
|
||||
initial_velocity_min = 2.0
|
||||
initial_velocity_max = 4.0
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0c2lx"]
|
||||
albedo_color = Color(0.7527466, 0, 0.041491196, 1)
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_yn2k5"]
|
||||
material = SubResource("StandardMaterial3D_0c2lx")
|
||||
size = Vector3(0.055, 0.05, 0)
|
||||
|
||||
[node name="BloodParticles" type="GPUParticles3D" unique_id=181301576]
|
||||
emitting = false
|
||||
amount = 15
|
||||
lifetime = 0.4
|
||||
one_shot = true
|
||||
explosiveness = 1.0
|
||||
process_material = SubResource("ParticleProcessMaterial_7mumk")
|
||||
draw_pass_1 = SubResource("BoxMesh_yn2k5")
|
||||
script = ExtResource("1_wa0q6")
|
||||
Reference in New Issue
Block a user