mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
5 lines
84 B
GDScript
5 lines
84 B
GDScript
extends AudioStreamPlayer
|
|
|
|
|
|
func _on_AudioStreamPlayer_finished():
|
|
playing = false
|