bug report: if you land on top of an obstacle then the following error occurs:
runtime error line 64 tab 0
if obstacle.x < player_x + 8 and obstacle.x + obstacle.width > player_x and obstacle.y < player_y + 8 and obstacle.y + obstacle.height > player_y then
attempt to index local 'obstacle' (a nil value)
[Please log in to post a comment]