diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-05 14:54:34 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-05 14:54:34 -0600 |
commit | 545e129c7411714e7b40c742a23409629c9f767f (patch) | |
tree | 7576214f20d35230a1769843d06dfb9ed2b09af6 /src/components/stop.js | |
parent | dee568c51dbf2393aa7bd75f4241602af8022a2c (diff) | |
download | bbiy-545e129c7411714e7b40c742a23409629c9f767f.tar.gz bbiy-545e129c7411714e7b40c742a23409629c9f767f.zip |
Add stop component; entites are stackable when they arrive at a stop component. Maybe this is wrong?
Diffstat (limited to 'src/components/stop.js')
-rw-r--r-- | src/components/stop.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/stop.js b/src/components/stop.js new file mode 100644 index 0000000..a269183 --- /dev/null +++ b/src/components/stop.js @@ -0,0 +1 @@ +game.components.Stop = ({stop}) => game.Component("stop", {stop}); |