Search found 1 match

by Navi
Wed May 01, 2024 12:11 am
Forum: Support and Development
Topic: I always get this error code
Replies: 3
Views: 824

I always get this error code

So, when i try to do some movment i always get the error saying that squarex,squarey or squarespeed is equivalent to nil. here my code: local square = { squarex = 0, squarey = 0 , squarespeed = 100 } function love.draw() love.graphics.setColor(0,0,1) love.graphics.rectangle('fill',square.squarex,squ...