stick-the-quick/props/springboard.tscn

27 lines
1.1 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://domyuyn24tghm"]
[ext_resource type="Script" uid="uid://dnjxujqbouc5j" path="res://props/springboard.gd" id="1_67v3t"]
[ext_resource type="PackedScene" uid="uid://bpmaey501pcll" 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_jhsy2"]
size = Vector3(0.5, 0.4, 0.5)
[node name="Springboard" type="Area3D" node_paths=PackedStringArray("model", "audio_player")]
script = ExtResource("1_67v3t")
model = NodePath("springboard/Springboard")
audio_player = NodePath("AudioStreamPlayer3D")
metadata/_custom_type_script = "uid://dnjxujqbouc5j"
[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_jhsy2")
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."]
stream = ExtResource("3_jhsy2")
bus = &"Sound Effects"
[editable path="springboard"]