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.

29 lines
1.1 KiB
Plaintext

1 year ago
[gd_scene load_steps=6 format=3 uid="uid://b0ogpoluxbsxx"]
[ext_resource type="Script" path="res://script/effect/fragment.gd" id="1_blddo"]
[ext_resource type="Material" uid="uid://b3mpocbc8svx2" path="res://render/material/fragment.tres" id="2_cd8nd"]
[ext_resource type="PackedScene" uid="uid://ccxyyunj4ohqt" path="res://scene/effect/particle/particle_blood_decal.tscn" id="2_hrv13"]
[ext_resource type="Texture2D" uid="uid://bcrr12gbos636" path="res://render/texture/particle/shape/fragment1.png" id="3_vu5gy"]
[sub_resource type="SphereShape3D" id="SphereShape3D_1r022"]
radius = 0.1
[node name="Fragment" type="CharacterBody3D"]
collision_layer = 256
script = ExtResource("1_blddo")
sub = ExtResource("2_hrv13")
velocity_min = Vector2(1, 2)
velocity_max = Vector2(2, 4)
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_1r022")
[node name="Sprite3D" type="Sprite3D" parent="."]
unique_name_in_owner = true
material_override = ExtResource("2_cd8nd")
modulate = Color(1, 0, 0, 1)
pixel_size = 0.004
texture = ExtResource("3_vu5gy")
hframes = 2
vframes = 2