automatically gets bouif pull = true then
This commit is contained in:
parent
747a7b7b58
commit
214758388e
14 changed files with 143 additions and 81 deletions
2
npc.lua
2
npc.lua
|
|
@ -6,6 +6,6 @@ function npc:initialize(x, y, color, name)
|
|||
y = y,
|
||||
color = color,
|
||||
collision = "none", --player can't push other player
|
||||
sprite = npcSprites[name][color]
|
||||
sprite = sprites.npc[name][color]
|
||||
})
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue