mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 12:34:06 +01:00
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
function spawn_particle(_x, _y, _rad = 4) {
|
|
INLINE
|
|
var _param = { radius: _rad };
|
|
return instance_create(_x, _y, fx_particle_spawner, _param);
|
|
} |