automatically gets bouif pull = true then
This commit is contained in:
parent
747a7b7b58
commit
214758388e
14 changed files with 143 additions and 81 deletions
|
|
@ -15,7 +15,7 @@ function Switch:initialize(x, y, color)
|
|||
y = y,
|
||||
color = color,
|
||||
collision = "none", --switches are floor elements that can't be pushed or bloc movement!!
|
||||
sprite = Switch.sprites[color]
|
||||
sprite = sprites.switch[color]
|
||||
})
|
||||
|
||||
self.activated = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue