Love:Mike: cleaned up formatting

This commit is contained in:
2017-08-10 10:59:40 -07:00
parent ea0bf0a56c
commit 23bbad4f2b
4 changed files with 12 additions and 31 deletions

View File

@@ -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