You must log in or register to comment.
x++; // Move X position forward by one
There, I made that kind of comment more useful!
// Move to the right
x++; // Set x to the incrementation of the value of x
Much better.
x++; // Move X position forward by one
There, I made that kind of comment more useful!
// Move to the right
x++; // Set x to the incrementation of the value of x
Much better.