comezo colisiós
This commit is contained in:
parent
8b628a7e29
commit
949577d3be
@ -55,7 +55,7 @@ function Ovella:update(pastor, cercado)
|
|||||||
-- futuraOvella = Ovella:new(self.id, self.x-dX, self.y-dY)
|
-- futuraOvella = Ovella:new(self.id, self.x-dX, self.y-dY)
|
||||||
|
|
||||||
-- comprobar colisios con cada baldosa do cercado
|
-- comprobar colisios con cada baldosa do cercado
|
||||||
colision = false
|
local colision = false
|
||||||
for y = 1,cercado.filas do
|
for y = 1,cercado.filas do
|
||||||
for x = 1,cercado.columnas do
|
for x = 1,cercado.columnas do
|
||||||
if cercado.tiles[y][x] ~= 'x' then
|
if cercado.tiles[y][x] ~= 'x' then
|
||||||
|
Loading…
Reference in New Issue
Block a user