ma_ing room for level editorgit add -A

This commit is contained in:
0x81c 2015-03-17 02:15:28 -04:00
parent 973a8ab25b
commit ec68721e7a
4 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,7 @@ function npc:initialize(x, y, color, name)
collision = "unmoveable",
sprite = sprites.npc[name][color],
onBump = function(self)
self.tal_ing = true
end,
})
end