This site requires JavaScript, please enable it in your browser!
Greenfoot back
TheGoldenProof
TheGoldenProof wrote ...

2019/4/26

Greenfoot does NOT like it when you rotate the background image

TheGoldenProof TheGoldenProof

2019/4/26

#
i used some simple code to try to rotate the background by one degree every 60 frames:
if (frameCount % 60 == 0) {
    getBackground().rotate(-1);
}
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.
You need to login to post a reply.