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 --- draw.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 draw.lua (limited to 'draw.lua') diff --git a/draw.lua b/draw.lua new file mode 100644 index 0000000..01598a3 --- /dev/null +++ b/draw.lua @@ -0,0 +1,3 @@ +cls(0) +drawobjs() +print(#obj) \ No newline at end of file -- cgit