Skip to content

Commit

Permalink
Changed name of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Jan 12, 2015
1 parent 41600db commit a29bc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function love.load()
require "setup"

map = require "map"
map = require "luapill"
config = {
TILEWIDTH = 128,
TILEHEIGHT = 64,
Expand Down

0 comments on commit a29bc61

Please sign in to comment.