add passing clouds to list and remove modification

This commit is contained in:
entoreor 2020-04-05 05:57:21 -06:00
parent f6792a2c73
commit 988c3e4389
1 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,7 @@ function love.load()
"Message box demo",
"Rotation demo",
"Cursor demo",
"Passing Clouds demo",
"LÖVE 0.9.0 no game",
"Test error handler"
}
@ -41,9 +42,8 @@ function love.load()
function() boot("demos.msgbox") end,
function() boot("demos.rotate") end,
function() boot("demos.cursor") end,
function()
window.location.href = window.location.href:sub(1, window.location.href:find("?")).."?game=nf-nogame9-0&shim=0.9.0"
end,
function() window.location.href = window.location.href:sub(1, window.location.href:find("?")).."?game=nf-demos.passingclouds&shim=0.9.0" end,
function() window.location.href = window.location.href:sub(1, window.location.href:find("?")).."?game=nf-nogame9-0&shim=0.9.0" end,
function()
error("deliberate crash")
end