Sources are now NOT useless.

This commit is contained in:
rude
2009-07-31 16:08:30 +02:00
parent 477d5a05b8
commit 3d76667ca3
8 changed files with 14 additions and 10 deletions
+4 -1
View File
@@ -105,6 +105,9 @@ function love.boot()
-- Sets the source for the game.
if love.__args[1] and love.__args[1] ~= "" then
love.filesystem.setSource(love.path.getfull(love.__args[1]))
else
-- Do not set a source, load the default game.
love.defaultscreen()
end
end
@@ -195,7 +198,7 @@ end
function love.defaultscreen()
-- Main loop goes here.
end