v1.7.0 - Fixed up some more stuff, changed how print() works, added to automatically load all libraries in lua shell.

This commit is contained in:
TheWahlolly
2025-05-23 18:25:23 +03:00
parent 91d9ebecb1
commit b3f1431bda
8 changed files with 43 additions and 28 deletions
+1
View File
@@ -8,6 +8,7 @@ local raster = {
["charHeight"]=0
}
local component = import("component")
-- local ocelot = component.proxy(component.list("ocelot")())
local gpu = component.proxy(component.list("gpu")())