v0.4.0 - Aaaand event.lua is no longer working. FUUUUUUUUU

This commit is contained in:
TheWahlolly
2025-04-09 20:13:35 +03:00
parent c1f5b30abf
commit 6dfd970c62
7 changed files with 86 additions and 44 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ local event = import("event")
print("\n\n".._OSVERSION..'\n │ Welcome! Type "help" to get started.\n')
while true do
--coroutine.yield()
local args = {event.pull("key_down")}
coroutine.yield()
read()
--ocelot.log(tostring(args[1]))
end
end