Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I think this happens the first time the particles are instantiated. My game had that issue and the solution I found online was to just instantiate them at the beginning with a black screen on top and then queue_free'd them and it solved the issue, like a loading screen.

Oh, that's what's going on, i see. Now I remember what in first start after upload I had some lags too, but thought this is connection issue, just refreshed the page and forget about it.  Thank you very much for pointing that out!

Btw, maybe do you know where I can learn about audio? As you can hear the volume of the sounds changing and it`s not my will,  i can`t find how to fix it. 

I have no idea sorry, I'm still learning :P I've played another jam entry that had audio issues depending on the browser you use to play it.

So it's like preloading?
I loaded and initialized all notes at the beginning of each song in my game to avoid the possible lag in opening each song file each time. Is that a similar thing?