Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+2)

I enjoy the style! Very polished. I watched your Wolpertiger too which I loved too!

For looping in web, unselect ogg loop and instead you can use instead with a signal (node tab, AudioStreamPlayer -finished())

func _on_music_finished() -> void: $Music.play()

I found the same issue with web on ours and that fix should work on web with looping sound

(+1)

Ah, that's such a simple fix, thank you

(+1)

Glad you enjoyed my previous game and this one!

Also big thanks for the audio issue fix!