like everything
This commit is contained in:
parent
246e6656f4
commit
6c57765608
9 changed files with 557 additions and 0 deletions
14
label/dvn_label.tscn
Normal file
14
label/dvn_label.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://cca3fm3pojb41"]
|
||||
|
||||
[ext_resource type="Script" path="res://dvn/label/dvn_label.gd" id="1_fv617"]
|
||||
[ext_resource type="AudioStream" uid="uid://sm4230h82f5q" path="res://dvn/test_resources/blabber/pi1.wav" id="2_tuq54"]
|
||||
[ext_resource type="AudioStream" uid="uid://bg3bavm00pcnk" path="res://dvn/test_resources/blabber/pe1.wav" id="3_d0ft6"]
|
||||
|
||||
[node name="DVNLabel" type="RichTextLabel"]
|
||||
script = ExtResource("1_fv617")
|
||||
talktone_player_path = NodePath("../../../../../AudioStreamPlayer")
|
||||
tone_type = 4
|
||||
beep_noise = ExtResource("2_tuq54")
|
||||
blabber_noises = Array[Resource]([ExtResource("2_tuq54"), ExtResource("3_d0ft6")])
|
||||
|
||||
[connection signal="spoke" from="." to="." method="_on_spoke"]
|
Loading…
Add table
Add a link
Reference in a new issue