forked from funnymemellama/funnymemellama
changed suit music
This commit is contained in:
parent
970675c6d7
commit
9b4f80b3d7
3 changed files with 12 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="Script" path="res://Suit.gd" id="1_mbmhc"]
|
||||
[ext_resource type="AudioStream" uid="uid://dp021qbu4qpar" path="res://assets/sounds/button/button01_press.ogg" id="2_sy7ac"]
|
||||
[ext_resource type="AudioStream" uid="uid://eycsn6ww81e3" path="res://assets/sounds/commentarynodes/thisisacommentarynode.ogg" id="3_hy7lp"]
|
||||
[ext_resource type="AudioStream" uid="uid://6a6ayirpiohc" path="res://assets/sounds/music/Spazzmatica Polka.mp3" id="3_5p01t"]
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_2trlk"]
|
||||
|
||||
|
@ -23,6 +23,7 @@ shape = SubResource("CapsuleShape3D_h8f8c")
|
|||
stream = ExtResource("2_sy7ac")
|
||||
|
||||
[node name="VoiceOverlay" type="AudioStreamPlayer3D" parent="."]
|
||||
stream = ExtResource("3_hy7lp")
|
||||
stream = ExtResource("3_5p01t")
|
||||
volume_db = -20.0
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||
|
|
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit f76fbef81dc93bc483d2b391f0cfe990d053af79
|
||||
Subproject commit e4bd8821ad98c8d0e267eb94cbbef0fbe2a52f72
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue