added some sound triggers and holes in the map
This commit is contained in:
@ -12,3 +12,7 @@ func set_popup(prompt_text, placeholder_text, confirm_text):
|
||||
func _on_button_pressed() -> void:
|
||||
completed.emit($VBoxContainer/LineEdit.text)
|
||||
queue_free()
|
||||
|
||||
|
||||
func _on_button_mouse_entered() -> void:
|
||||
$AudioStreamPlayer.play()
|
||||
|
Reference in New Issue
Block a user