I completed the task, but when using WASD to move the circle around it wont.
I’m wondering if there’s an issue with my installation of the raylib and if there’s a way for you to check on that.
I completed the task, but when using WASD to move the circle around it wont.
I’m wondering if there’s an issue with my installation of the raylib and if there’s a way for you to check on that.
DrawCircle(600,150, 50, RED)
should be DrawCircle(Circle_x, Circle_y, 50, RED)
You forgot to replace the hard-coded values for the x and y position in DrawCircle with your variables.
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.