Skip to content

Commit

Permalink
Config is now all lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Jan 12, 2015
1 parent 0217d3c commit 6c55b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ function love.load()

map = require "luapill"
config = {
TILEWIDTH = 128,
TILEHEIGHT = 64,
tilewidth = 128,
tileheight = 64,
folder = "images",
sortFolder = false,
defaultTile = 202
Expand Down

0 comments on commit 6c55b9b

Please sign in to comment.