Need help for tile map system
Posted: Sat Sep 07, 2024 4:38 pm
i need help with my tile system i attached my file and the outline of the tiles whenever i move looks like green or black when i move around
pls help
pls help
Code: Select all
function love.update(dt)
camera:lookAt(math.floor(player.x+0.5), math.floor(player.y+5))
--was: camera:lookAt(player.x,player.y)