You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having the same problem until I found out that I forgot to change the Y variable in the function love.graphics.rectangle()
so make sure it's love.graphics.rectangle('fill',10,paddle1Y,5,20) instead of love.graphics.rectangle('fill',10,30,5,20) NOTE: paddle1Y is the variable that changes dynamically when movement key is down
I tried but paddles are not moving
The text was updated successfully, but these errors were encountered: