Working on 16.0.0 #53
2
.github/workflows/love.yml
vendored
2
.github/workflows/love.yml
vendored
@ -19,4 +19,4 @@ jobs:
|
|||||||
sudo chmod +x love.AppImage
|
sudo chmod +x love.AppImage
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
./love.AppImage tests
|
cd tests && ./love.AppImage .
|
||||||
@ -1,6 +1,6 @@
|
|||||||
function love.conf(t)
|
function love.conf(t)
|
||||||
t.identity = nil -- The name of the save directory (string)
|
t.identity = nil -- The name of the save directory (string)
|
||||||
t.version = "12.0" -- The LOVE version this game was made for (string)
|
t.version = "11.4" -- The LOVE version this game was made for (string)
|
||||||
t.console = true -- Attach a console (boolean, Windows only)
|
t.console = true -- Attach a console (boolean, Windows only)
|
||||||
|
|
||||||
t.window = false
|
t.window = false
|
||||||
|
|||||||
@ -232,7 +232,7 @@ multi:newThread("Scheduler Thread",function()
|
|||||||
multi.success("SystemThreadedProcessor: OK")
|
multi.success("SystemThreadedProcessor: OK")
|
||||||
|
|
||||||
we_good = true
|
we_good = true
|
||||||
os.exit(1)
|
os.exit()
|
||||||
end).OnError(multi.error)
|
end).OnError(multi.error)
|
||||||
|
|
||||||
multi.OnExit(function(err_or_errorcode)
|
multi.OnExit(function(err_or_errorcode)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user