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.
		
		
		
		
		
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			865 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			865 B
		
	
	
	
		
			Plaintext
		
	
| [gd_scene load_steps=5 format=3 uid="uid://b2h4pcmlii7dg"]
 | |
| 
 | |
| [ext_resource type="Material" uid="uid://dtyosukxpf33d" path="res://render/material/effect_slash.tres" id="1_6c80n"]
 | |
| [ext_resource type="Script" path="res://script/effect/particle.gd" id="1_fx8ev"]
 | |
| [ext_resource type="Material" uid="uid://dubkkji6sm8on" path="res://render/process_material/slash_normal.tres" id="2_eq67i"]
 | |
| [ext_resource type="ArrayMesh" uid="uid://dq207a0waxk0j" path="res://render/mesh/slash1.obj" id="3_idjnm"]
 | |
| 
 | |
| [node name="Particle" type="Node3D"]
 | |
| script = ExtResource("1_fx8ev")
 | |
| 
 | |
| [node name="Slash" type="GPUParticles3D" parent="."]
 | |
| material_override = ExtResource("1_6c80n")
 | |
| cast_shadow = 0
 | |
| emitting = false
 | |
| amount = 1
 | |
| lifetime = 0.25
 | |
| one_shot = true
 | |
| speed_scale = 1.5
 | |
| fixed_fps = 60
 | |
| local_coords = true
 | |
| process_material = ExtResource("2_eq67i")
 | |
| draw_pass_1 = ExtResource("3_idjnm")
 |