Building a Simple Level - typos
Hey, it seems to me that there are two errors in the written content of the lecture. In the for loop, it should be data, not level_data and where we draw tiles, rl.DrawRectangleRec(rect, rl.WHITE) not rl.DrawRectangleRect(rect, rl.WHITE)