Load Screen Semicircle Edition

By 𝔽𝕝π•ͺπ•šπ•Ÿπ•˜π•‘π•šπ•«π•«π•’β‚‚β‚†β‚„

Feel free to slap this onto a load screen, just add credits.
the standard 128×128 load screen will take the code below…


IF R>6.3 THEN R=0 ELSE R=R+0.4
FOR I=0.1 TO 3.15
PLOT 64+SIN(I+R)*20,64+COS(I+R)*20
I=I-0.99
NEXT I
LINE 64+SIN(0.1+R)*20,64+COS(0.1+R)*20 TO 64+SIN(3.15+R)*20,64+COS(3.15+R)*20
PAINT 64+SIN(2+R)*(20/2),64+COS(2+R)*(20/2)
TEXT 64,64, “LOADING…”,1,2
WAIT 0
CLS

Get LowRes Coder to use this program.

Play homegrown retro games and program your own!