ma_ing room for level editorgit add -A
This commit is contained in:
parent
973a8ab25b
commit
ec68721e7a
4 changed files with 4 additions and 3 deletions
2
npc.lua
2
npc.lua
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue