aboutsummaryrefslogtreecommitdiff
path: root/update.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2022-02-02 19:34:15 -0800
committer1029chris <1029chris@gmail.com>2022-02-02 19:34:15 -0800
commitf142a571a3587846f666b2fc4a8ad4cb296c6ad6 (patch)
tree1d0ac9185d4b422678985ab40bfdb605e867cf85 /update.lua
parent80f39c08a0b6195088d38888b71825203d038902 (diff)
basic enemies and other stuff!!!!!!!
Diffstat (limited to 'update.lua')
-rw-r--r--update.lua5
1 files changed, 4 insertions, 1 deletions
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