requested changes

This commit is contained in:
ell
2024-02-29 09:20:18 +00:00
parent 7cc3816bec
commit 3dfa13e60c
4 changed files with 24 additions and 27 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
print("conf.lua")
function love.conf(t)
print("love.conf")
t.console = true
@@ -20,5 +18,5 @@ end
function love.errorhandler(msg)
msg = tostring(msg)
error_printer(msg, 2)
os.exit(1)
return nil
end