diff options
Diffstat (limited to 'src/components/pushable.js')
-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'); |