This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game/Assets/Audio/SoundPlayer.tscn

20 lines
560 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://c5cwnfuw4go1b"]
[ext_resource type="Script" path="res://Assets/Audio/SoundPlayer.gd" id="1_uq1fs"]
[node name="SoundPlayer" type="Node3D"]
script = ExtResource( "1_uq1fs" )
PitchScale = 1.014
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."]
unit_size = 6.0
attenuation_filter_cutoff_hz = 20000.0
attenuation_filter_db = 0.0
script = null
[node name="Timer" type="Timer" parent="."]
one_shot = true
script = null
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]