diff options
author | phat_sumo <ethanjpayne1@gmail.com> | 2022-04-02 18:48:00 -0600 |
---|---|---|
committer | phat_sumo <ethanjpayne1@gmail.com> | 2022-04-02 18:48:00 -0600 |
commit | cf4dbf91ddb980c051ee2905367143d433c376a5 (patch) | |
tree | 9b4697850979774ba8056ac792230bfb7b8a2073 /src/components | |
parent | aef3c05bc7f3feba7832078aa1cb4bd96c52c1dd (diff) | |
download | bbiy-cf4dbf91ddb980c051ee2905367143d433c376a5.tar.gz bbiy-cf4dbf91ddb980c051ee2905367143d433c376a5.zip |
the mess that is pushable
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/pushable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/pushable.js b/src/components/pushable.js new file mode 100644 index 0000000..85087ea --- /dev/null +++ b/src/components/pushable.js @@ -0,0 +1 @@ +game.components.Pushable = () => game.Component('pushable'); |