diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-11 16:55:16 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-11 16:55:16 -0600 |
commit | 491f532750da38f17e2891042bcb03f095ec4d92 (patch) | |
tree | 8319ee79d4ea65afd8f6eaf75c5a94d9a72ea1a1 /src/components/particles.js | |
parent | ec7b01918cc2aec22d4c408bdd460bf767377fbc (diff) | |
download | bbiy-491f532750da38f17e2891042bcb03f095ec4d92.tar.gz bbiy-491f532750da38f17e2891042bcb03f095ec4d92.zip |
Move particle stuff to a system to simplify spawning particles
Diffstat (limited to 'src/components/particles.js')
-rw-r--r-- | src/components/particles.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/particles.js b/src/components/particles.js new file mode 100644 index 0000000..8120ff1 --- /dev/null +++ b/src/components/particles.js @@ -0,0 +1 @@ +game.components.Particles = (spec) => game.Component('particles', {spec}); |