mike:GameState: Removed outdated comment
This commit is contained in:
parent
fa1dfa4928
commit
d52596f253
@ -8,7 +8,6 @@ end
|
|||||||
|
|
||||||
|
|
||||||
function GameState.load(SAVE_FILE)
|
function GameState.load(SAVE_FILE)
|
||||||
-- Pretty sure doing this slash will break it on winblows
|
|
||||||
-- placeholder is the name of our placeholder variable
|
-- placeholder is the name of our placeholder variable
|
||||||
-- so we can do things like "actors = GameState.load"
|
-- so we can do things like "actors = GameState.load"
|
||||||
love.filesystem.load(SAVE_FILE)() -- Load and run the file
|
love.filesystem.load(SAVE_FILE)() -- Load and run the file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user