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
+2 -2
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 0.3.1"
_G._OSVERSION = "Halyde 0.4.0"
function _G.import(module, ...)
local args = table.pack(...)
@@ -28,4 +28,4 @@ end
--assert(handle:write("Bazinga!"))
--handle:close()
import("/halyde/core/cormgr.lua")
import("/halyde/core/cormgr.lua")