basic serialization worx*
*
This commit is contained in:
parent
d76ace8f69
commit
973a8ab25b
41 changed files with 162 additions and 82 deletions
1
main.lua
1
main.lua
|
|
@ -92,6 +92,7 @@ end
|
|||
function _initDefaults()
|
||||
--set filter
|
||||
love.graphics.setDefaultFilter("linear", "nearest")
|
||||
love.filesystem.createDirectory("rooms")
|
||||
|
||||
--set global width / height variables
|
||||
width = love.graphics.getWidth()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue