26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://ddga068u8m4i3"]
|
|
|
|
[ext_resource type="Script" uid="uid://gcbe3ih1fv75" path="res://props/speedpad_artificial.gd" id="1_flbj4"]
|
|
[ext_resource type="AudioStream" uid="uid://b62clfgatxgll" path="res://audio/whoosh.ogg" id="2_2i4vf"]
|
|
[ext_resource type="PackedScene" uid="uid://1w7b3o3qasi3" path="res://models/props/speedpad.blend" id="3_nl8my"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_2i4vf"]
|
|
size = Vector3(0.75, 0.125, 1)
|
|
|
|
[node name="Speedpad" type="Area3D" node_paths=PackedStringArray("model", "audio_player")]
|
|
script = ExtResource("1_flbj4")
|
|
model = NodePath("speedpad/Speedpad")
|
|
audio_player = NodePath("AudioStreamPlayer3D")
|
|
metadata/_custom_type_script = "uid://gcbe3ih1fv75"
|
|
|
|
[node name="speedpad" parent="." instance=ExtResource("3_nl8my")]
|
|
|
|
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."]
|
|
stream = ExtResource("2_2i4vf")
|
|
bus = &"Sound Effects"
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_2i4vf")
|
|
|
|
[editable path="speedpad"]
|