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.
		
		
		
		
		
			
		
			
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
		
		
			
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
| 
											1 year ago
										 | [gd_scene load_steps=6 format=3 uid="uid://cjvrn0m6dnkwm"] | ||
|  | 
 | ||
|  | [ext_resource type="Script" path="res://script/item/pt.gd" id="1_7fo1j"] | ||
|  | [ext_resource type="Material" uid="uid://b3mpocbc8svx2" path="res://render/material/fragment.tres" id="2_rgdfq"] | ||
|  | [ext_resource type="Texture2D" uid="uid://bcrr12gbos636" path="res://render/texture/particle/shape/fragment1.png" id="3_slgv7"] | ||
|  | 
 | ||
|  | [sub_resource type="Curve" id="Curve_q38s7"] | ||
|  | max_value = 8.0 | ||
|  | _data = [Vector2(0, 4), 0.0, 1.4, 0, 0, Vector2(1, 8), 0.0, 0.0, 0, 0] | ||
|  | point_count = 2 | ||
|  | 
 | ||
|  | [sub_resource type="BoxShape3D" id="BoxShape3D_4u1o3"] | ||
|  | size = Vector3(0.1, 0.1, 0.1) | ||
|  | 
 | ||
|  | [node name="PT" type="RigidBody3D"] | ||
|  | transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.40703, 3.77352, 0) | ||
|  | collision_layer = 256 | ||
|  | linear_damp = 0.1 | ||
|  | script = ExtResource("1_7fo1j") | ||
|  | follow_speed_curve = SubResource("Curve_q38s7") | ||
|  | color_hp = Color(0.94902, 0.494118, 0.498039, 1) | ||
|  | color_mp = Color(0.286275, 0.701961, 0.854902, 1) | ||
|  | 
 | ||
|  | [node name="CollisionShape3D" type="CollisionShape3D" parent="."] | ||
|  | unique_name_in_owner = true | ||
|  | shape = SubResource("BoxShape3D_4u1o3") | ||
|  | 
 | ||
|  | [node name="Sprite3D" type="Sprite3D" parent="."] | ||
|  | unique_name_in_owner = true | ||
|  | material_override = ExtResource("2_rgdfq") | ||
|  | pixel_size = 0.004 | ||
|  | texture = ExtResource("3_slgv7") | ||
|  | hframes = 2 | ||
|  | vframes = 2 |