Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

NathanSDunn

2
Posts
2
Followers
11
Following
A member registered Oct 20, 2017 · View creator page →

Creator of

Recent community posts

(1 edit)

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 edit)