summaryrefslogtreecommitdiff
path: root/src/bootstrap.js
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/bootstrap.js
parentaef3c05bc7f3feba7832078aa1cb4bd96c52c1dd (diff)
downloadbbiy-cf4dbf91ddb980c051ee2905367143d433c376a5.tar.gz
bbiy-cf4dbf91ddb980c051ee2905367143d433c376a5.zip
the mess that is pushable
Diffstat (limited to 'src/bootstrap.js')
-rw-r--r--src/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.js b/src/bootstrap.js
index 93cb8f5..7606939 100644
--- a/src/bootstrap.js
+++ b/src/bootstrap.js
@@ -6,7 +6,7 @@ game.bootstrap = (() => {
{
src: [
'src/components/position.js', 'src/components/momentum.js', 'src/components/gridPosition.js',
- 'src/components/appearence.js', 'src/components/controllable.js'
+ 'src/components/appearence.js', 'src/components/controllable.js', 'src/components/pushable.js',
],
id: 'components'
},