Skip to main content

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

Weather effects are in (Background/Meteo)

For attack FX, you'll find most of them in the free pack: https://pixel-boy.itch.io/free-mix

And the others are likely in this pack: https://pixel-boy.itch.io/vfxmix-assetpack

I bought your assets and saw the weather files inside, but they are PNG images. I'm not sure how to use them; I thought they were animated files.

They are designed to be used with particle systems, what is your use case?

I want to add full-screen weather effects to the game background. I’m currently using Godot’s particle system, but the results aren't ideal—the visuals look cluttered. It’s possible I just haven't found the right parameters yet.

This is the option used in the demo, for sprite sheets, you need to enable animation (by adding a CanvasItemMaterial with the "particles_animation" property checked and the animation parameters configured, you should be able to find tutorials on this if you aren't familiar with it).

I could release a pre-configured example project, but in the meantime, I hope this helps.

I understand now. Thank you so much.