diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-19 16:02:53 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-19 16:02:53 -0600 |
commit | 58ceff79496f60969eecb28a767b1ea28292becb (patch) | |
tree | 3a6acad4d9333aef2e18bb5d073e054926b20340 /src/components/win.js | |
parent | 9b597426ac45775f63b1fe4365c6fa8f3c3179af (diff) | |
download | bbiy-58ceff79496f60969eecb28a767b1ea28292becb.tar.gz bbiy-58ceff79496f60969eecb28a767b1ea28292becb.zip |
Finish rule system; add burn and sink; particle effects on kill, sink
Diffstat (limited to 'src/components/win.js')
-rw-r--r-- | src/components/win.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/win.js b/src/components/win.js new file mode 100644 index 0000000..ea905fc --- /dev/null +++ b/src/components/win.js @@ -0,0 +1 @@ +game.components.Win = () => game.Component('win', {});
\ No newline at end of file |