stick-the-quick/props/speedpad_constructed.tscn

27 lines
1.2 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://img70a34s4vc"]
[ext_resource type="Script" uid="uid://ddjca7kk2m72u" path="res://props/speedpad_constructed.gd" id="1_gimm5"]
[ext_resource type="PackedScene" uid="uid://dyfbuqjb1638w" path="res://models/props/speedpad_constructed.blend" id="2_gtv45"]
[ext_resource type="AudioStream" uid="uid://b62clfgatxgll" path="res://audio/whoosh.ogg" id="3_3p31n"]
[sub_resource type="BoxShape3D" id="BoxShape3D_wrik4"]
size = Vector3(0.75, 0.125, 0.538269)
[node name="SpeedpadConstructed" type="Area3D" node_paths=PackedStringArray("model", "audio_player")]
script = ExtResource("1_gimm5")
model = NodePath("speedpad_constructed/Twig")
audio_player = NodePath("AudioStreamPlayer3D")
metadata/_custom_type_script = "uid://ddjca7kk2m72u"
[node name="speedpad_constructed" parent="." instance=ExtResource("2_gtv45")]
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."]
stream = ExtResource("3_3p31n")
bus = &"Sound Effects"
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.489655)
shape = SubResource("BoxShape3D_wrik4")
[editable path="speedpad_constructed"]