Godot-SpaceShooter/Shader/explosion.gdshader

10 lines
184 B
Plaintext

shader_type particles;
void start() {
// Called when a particle is spawned.
}
void process() {
// Called every frame on existing particles (according to the Fixed FPS property).
}