From 2c30b81ec818341251929d11c59e77cfefc5c3e3 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Wed, 2 Feb 2022 14:34:05 -0800 Subject: Added player controller and real basic bullets --- update.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 update.lua (limited to 'update.lua') diff --git a/update.lua b/update.lua new file mode 100644 index 0000000..dd67050 --- /dev/null +++ b/update.lua @@ -0,0 +1 @@ +updateobjs() \ No newline at end of file -- cgit