base addon version?
This commit is contained in:
commit
8e56975f09
21 changed files with 1304 additions and 0 deletions
4
addons/dvn/sound_player/sound.gd
Normal file
4
addons/dvn/sound_player/sound.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends AudioStreamPlayer
|
||||
|
||||
func _on_finished() -> void:
|
||||
queue_free()
|
9
addons/dvn/sound_player/sound.tscn
Normal file
9
addons/dvn/sound_player/sound.tscn
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bldqqpajcj62n"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/dvn/sound_player/sound.gd" id="1_boi0g"]
|
||||
|
||||
[node name="Sound" type="AudioStreamPlayer"]
|
||||
bus = &"SFX"
|
||||
script = ExtResource("1_boi0g")
|
||||
|
||||
[connection signal="finished" from="." to="." method="_on_finished"]
|
Loading…
Add table
Add a link
Reference in a new issue