comezo colisiós

This commit is contained in:
serxoz 2022-06-01 23:37:51 +02:00
parent 8b628a7e29
commit 949577d3be

View File

@ -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