summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorphat_sumo <ethanjpayne1@gmail.com>2022-04-02 18:48:00 -0600
committerphat_sumo <ethanjpayne1@gmail.com>2022-04-02 18:48:00 -0600
commitcf4dbf91ddb980c051ee2905367143d433c376a5 (patch)
tree9b4697850979774ba8056ac792230bfb7b8a2073 /src/components
parentaef3c05bc7f3feba7832078aa1cb4bd96c52c1dd (diff)
downloadbbiy-cf4dbf91ddb980c051ee2905367143d433c376a5.tar.gz
bbiy-cf4dbf91ddb980c051ee2905367143d433c376a5.zip
the mess that is pushable
Diffstat (limited to 'src/components')
-rw-r--r--src/components/pushable.js1
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');