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