button sound!

This commit is contained in:
pennyrigate 2023-03-08 12:26:37 -05:00
parent 00558c3e13
commit b548612ecc
4 changed files with 19 additions and 0 deletions

View file

@ -26,4 +26,6 @@ polygon = PoolVector2Array( 1, 7, 0, 8, 1, 8, 7, 8, 8, 8, 7, 7 )
position = Vector2( 4, 6.5 )
shape = SubResource( 1 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[connection signal="area_entered" from="ActivationArea" to="." method="_on_ActivationArea_area_entered"]