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.
27 lines
978 B
Plaintext
27 lines
978 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://bfnwt1jr830pa"]
|
|
|
|
[ext_resource type="Script" path="res://script/effect/fragment.gd" id="1_14ie3"]
|
|
[ext_resource type="Material" uid="uid://b3mpocbc8svx2" path="res://render/material/fragment.tres" id="3_0tado"]
|
|
[ext_resource type="Texture2D" uid="uid://bcrr12gbos636" path="res://render/texture/particle/shape/fragment1.png" id="4_0awd6"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_1r022"]
|
|
radius = 0.1
|
|
|
|
[node name="Fragment" type="CharacterBody3D"]
|
|
transform = Transform3D(0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, 0, 0, 0)
|
|
collision_layer = 256
|
|
script = ExtResource("1_14ie3")
|
|
alive_time = 1.5
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("SphereShape3D_1r022")
|
|
|
|
[node name="Sprite3D" type="Sprite3D" parent="."]
|
|
unique_name_in_owner = true
|
|
material_override = ExtResource("3_0tado")
|
|
modulate = Color(0, 0, 0, 1)
|
|
pixel_size = 0.004
|
|
texture = ExtResource("4_0awd6")
|
|
hframes = 2
|
|
vframes = 2
|