Add lscor to Halyde #18

Merged
mikethe223 merged 9 commits from main into main 2025-06-01 06:42:42 +00:00
Showing only changes of commit cd5cbc30f4 - Show all commits
+9
View File
@@ -1,3 +1,12 @@
_G.cormgr = {}
_G.cormgr.corList = {}
_G.cormgr.labelList = {}
--local ocelot = component.proxy(component.list("ocelot")())
local component = import("component")
local filesystem = import("filesystem")
local json = import("json")
local gpu = component.proxy(component.list("gpu")()) local gpu = component.proxy(component.list("gpu")())
function _G.cormgr.loadCoroutine(path,...) function _G.cormgr.loadCoroutine(path,...)