mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 12:04:24 +02:00
Move bell sound to themes directory
This commit is contained in:
parent
e13bc7e082
commit
04e077694f
4 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ func _on_Terminal_bell():
|
|||
return
|
||||
|
||||
var player := AudioStreamPlayer.new()
|
||||
player.stream = preload("../bell.wav")
|
||||
player.stream = preload("res://addons/godot_xterm/themes/audio/bell.wav")
|
||||
player.autoplay = true
|
||||
player.connect("finished", self, "_on_player_finished", [player])
|
||||
add_child(player)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue