From aef3c05bc7f3feba7832078aa1cb4bd96c52c1dd Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sat, 2 Apr 2022 18:37:36 -0600 Subject: Simple controlling system --- src/components/controllable.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/components/controllable.js (limited to 'src/components') diff --git a/src/components/controllable.js b/src/components/controllable.js new file mode 100644 index 0000000..84b05ee --- /dev/null +++ b/src/components/controllable.js @@ -0,0 +1 @@ +game.components.Controllable = ({ controls }) => game.Component('controllable', { controls }); \ No newline at end of file -- cgit v1.2.3-70-g09d2