Files
Shrender-Man/heart.tscn
2026-03-02 02:17:04 +00:00

28 lines
1.0 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://byquicv2u87gb"]
[ext_resource type="Script" uid="uid://cnqwm8d40ywp4" path="res://heart.gd" id="1_ctl4q"]
[ext_resource type="PackedScene" uid="uid://uxjjc750x2p4" path="res://shrek/heart/heart.glb" id="1_moqr2"]
[ext_resource type="AudioStream" uid="uid://dvh7yxh61ta0a" path="res://sounds/heart.mp3" id="3_hrcn2"]
[sub_resource type="SphereShape3D" id="SphereShape3D_dbujn"]
radius = 5.58079
[node name="Node3D" type="Node3D"]
script = ExtResource("1_ctl4q")
[node name="Sketchfab_Scene" parent="." instance=ExtResource("1_moqr2")]
[node name="Area3D" type="Area3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
shape = SubResource("SphereShape3D_dbujn")
[node name="heart" type="AudioStreamPlayer3D" parent="."]
stream = ExtResource("3_hrcn2")
volume_db = 80.0
max_distance = 4096.0
doppler_tracking = 2
[connection signal="visibility_changed" from="." to="." method="_on_visibility_changed"]
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]