5 lines
57 B
GDScript
5 lines
57 B
GDScript
extends Node
|
|
|
|
func playAddPlayerSound():
|
|
$horn.play()
|
|
|