Log In  

Cart #squarejump-0 | 2023-02-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#125970 2023-02-17 00:29

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)

P#125976 2023-02-17 03:34

[Please log in to post a comment]