Advertisement
Nojus_Globys

jan31

Jan 31st, 2023
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. void setup () {
  2.   size (800, 600);
  3.   background (255, 0, 0);
  4.   noStroke ();
  5. }
  6.  
  7. void draw () {
  8.   circle (mouseX, mouseY, 50);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement