From f142a571a3587846f666b2fc4a8ad4cb296c6ad6 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Wed, 2 Feb 2022 19:34:15 -0800 Subject: basic enemies and other stuff!!!!!!! --- update.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'update.lua') diff --git a/update.lua b/update.lua index dd67050..022181d 100644 --- a/update.lua +++ b/update.lua @@ -1 +1,4 @@ -updateobjs() \ No newline at end of file +updateobjs() +if btn(4, 1) and playercount == 0 then + addplayer(18, 22) +end \ No newline at end of file -- cgit