23 lines
1005 B
Plaintext
23 lines
1005 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://b7mqd4ps8e3uj"]
|
|
|
|
[ext_resource type="Script" uid="uid://dnjxujqbouc5j" path="res://props/springboard.gd" id="1_67v3t"]
|
|
[ext_resource type="PackedScene" uid="uid://cgy5hielkuss7" path="res://models/props/springboard.blend" id="2_jhsy2"]
|
|
[ext_resource type="AudioStream" uid="uid://dujgina4at6ef" path="res://audio/springboard.ogg" id="3_jhsy2"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_i42dn"]
|
|
size = Vector3(0.5, 0.4, 0.5)
|
|
|
|
[node name="Springboard" type="Area3D" node_paths=PackedStringArray("audio_player")]
|
|
script = ExtResource("1_67v3t")
|
|
audio_player = NodePath("AudioStreamPlayer3D")
|
|
|
|
[node name="springboard" parent="." instance=ExtResource("2_jhsy2")]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.2, 0)
|
|
shape = SubResource("BoxShape3D_i42dn")
|
|
|
|
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."]
|
|
stream = ExtResource("3_jhsy2")
|
|
bus = &"Sound Effects"
|