ie:
- Code: Select all
lineto(player.x, player.y);
i set the pen so it's not that, and it will work if i say line to 10, 100 but with .x and .y it wont. That makes no sense to me whatsoever. Even if i do
- Code: Select all
int x2,y2;
x2 = player.x;
y2 = player.y;
lineto(x2, y2);
it wont work. Is there some reason to this?
Sorry if i sound mad, i'm a little worked up over this