mostly art stuffgit add -A

This commit is contained in:
0x81c 2015-03-15 13:54:47 -04:00
parent ffa35aec89
commit 687939b269
39 changed files with 27 additions and 7 deletions

View file

@ -58,7 +58,6 @@ function Door:setColors(colors)
end
function Door:unlock()
print("wow")
self.locked = false
self.collision = "none"
end