i used some simple code to try to rotate the background by one degree every 60 frames:
and this is what happened (photo taken after playing for some time) :
I'm not here to complain... I just thought this was worth laughing at.
if (frameCount % 60 == 0) {
getBackground().rotate(-1);
}
I'm not here to complain... I just thought this was worth laughing at.
