This is a sample project featuring highly versatile particle effects for the Defold engine. It includes 12 types of effects that can be used immediately in various game genres such as Action, RPG, and Puzzle.
The following effects are located in the particles folder within the project:
- ✨ dust: Enjoy the color transitions.
- 💎 energy: Healing points on the field.
- 💥 exp1: Standard explosion.
- 🎉 exp2: Celebration cracker.
- 🕯️ fire: Candle flame.
- 🔄 loading: Loop animation suitable for UI.
- ⚔️ slash: Trajectory of a sword or melee attack.
- 🔪 slash_knife: For daggers or sharp slashing effects.
- 💨 smoke: Added a little bit of swaying motion.
- 🌀 twirl: Loop animation suitable for UI.
- 🌫️ fog: Useful for obscuring the screen.
- 🎊 confetti: Goal / Victory celebration.
- Download as Zip from this repository, or Clone it using Git.
- Open Defold Editor and select
game.projectto launch. - Build (
Ctrl + BorCmd + B) to see all the effects in action on your screen.
- Copy the
.particlefiles you want to use (along with related textures and atlases) into your project folder. - In your Collection or Game Object, select
Add Component File→ The.particlefile you want to use. - Call
particlefx.play("#component_id")from your script to play the effect.
Defold particles can be finely adjusted within the editor.
By clicking the graph icon next to each item in the particle settings (Size, Rotation, Color, Alpha, etc.), you can edit them using the Curve Editor.
Don't just change the numbers—drag the graph shapes freely to create your own unique effects!
kenney https://kenney.nl/
CC0


