Skip to content

Commit

Permalink
chore: change print audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Jandy committed Aug 31, 2023
1 parent 56fceeb commit 2e0b0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/action/print/Print.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var _text: String
var _user_id: String

@onready var _output_console = get_node("/root/Scene/CanvasLayer/UI/AgentCreator/ColorRect/OutputConsole")
@onready var _audio_effect = load("res://assets/Music/error_message.wav")
@onready var _audio_effect = load("res://assets/Music/message.wav")

func _init():
self.accepted_attributes = ["text", "user_id"]
Expand Down

0 comments on commit 2e0b0d1

Please sign in to comment.