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.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
[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://cx6p4882iubaf" path="res://render/material/fragment_shine.tres" id="2_4qu1f"]
|
|
[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.295216, 0.0607715, 0.0805138, 1)
|
|
color_mp = Color(0.0391896, 0.195944, 0.250799, 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_4qu1f")
|
|
pixel_size = 0.004
|
|
texture = ExtResource("3_slgv7")
|
|
hframes = 2
|
|
vframes = 2
|