You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.1 KiB
26 lines
1.1 KiB
[gd_scene load_steps=5 format=3 uid="uid://m7kmum7ygiw2"] |
|
|
|
[ext_resource type="Script" uid="uid://ba4w1hier1kps" path="res://Mods/copyThrower/Resources/heart.gd" id="1_h4gh1"] |
|
[ext_resource type="PackedScene" uid="uid://bryal7hhfonuv" path="res://Mods/copyThrower/Resources/heart.glb" id="1_liglp"] |
|
[ext_resource type="AudioStream" uid="uid://jmgp1vmm5mdf" path="res://Mods/copyThrower/Resources/sticky_randomizer.tres" id="3_4n8sw"] |
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_rfhqb"] |
|
height = 0.04 |
|
radius = 0.055 |
|
|
|
[node name="Heart" type="RigidBody3D"] |
|
contact_monitor = true |
|
max_contacts_reported = 1 |
|
script = ExtResource("1_h4gh1") |
|
|
|
[node name="Model" parent="." instance=ExtResource("1_liglp")] |
|
transform = Transform3D(0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, 0, 0, 0) |
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."] |
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0) |
|
shape = SubResource("CylinderShape3D_rfhqb") |
|
|
|
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."] |
|
stream = ExtResource("3_4n8sw") |
|
attenuation_model = 3 |
|
volume_db = -2.0
|
|
|