Canvas test

This commit is contained in:
Robert Jelic
2025-03-31 03:28:16 +02:00
parent 4f631b47cb
commit d27760adc2
7 changed files with 418 additions and 1 deletions

View File

@@ -8,7 +8,9 @@ local main = format:gsub("path", basaltPath)
package.path = main.."rom/?"
local function errorHandler(err)
package.path = main.."rom/?"
local errorManager = require("errorManager")
package.path = defaultPath
errorManager.header = "Basalt Loading Error"
errorManager.error(err)
end