v0.3.0 - Nothing works. I'm confused as hell. I can't figure this out.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import("termlib")
|
||||
local event = import("event")
|
||||
|
||||
--local ocelot = component.proxy(component.list("ocelot")())
|
||||
|
||||
print("\n │\n │ ".._OSVERSION..'\n │ Welcome! Type "help" to get started.\n │')
|
||||
while true do
|
||||
coroutine.yield()
|
||||
--coroutine.yield()
|
||||
local args = table.pack(event.pull("key_down"))
|
||||
--ocelot.log(tostring(args[1]))
|
||||
end
|
||||
Reference in New Issue
Block a user