Search found 1 match

by PoPCaT6800
Wed Feb 07, 2024 9:07 pm
Forum: Support and Development
Topic: Random terrain collision
Replies: 5
Views: 874

Random terrain collision

I am working on a top down game with randomly generated tiles. I am not sure how to make the player collide with the walls, I've tried to log the generated wall tiles in a table and then detecting if the player is at one of those but it won't run. function love.load() detectioncounter = 0 plrx = 0 p...