Love:Mike: cleaned up formatting
This commit is contained in:
@@ -6,7 +6,6 @@ function GameState.save(tbl)
|
||||
return saved_table
|
||||
end
|
||||
|
||||
|
||||
function GameState.load(SAVE_FILE)
|
||||
-- placeholder is the name of our placeholder variable
|
||||
-- so we can do things like "actors = GameState.load"
|
||||
@@ -49,7 +48,7 @@ function print_table(tbl, table_name, only_once)
|
||||
return saved_table
|
||||
end
|
||||
|
||||
--Counts contents of tables of tables as well
|
||||
-- Counts contents of tables of tables as well
|
||||
function tablelength(tbl, count)
|
||||
local count = count or 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user