Advertisement
Nojus_Globys

mar17

Mar 17th, 2023
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | Software | 0 0
  1. void setup () {
  2.   size (1200, 800);
  3. }
  4.  
  5. void draw () {
  6.   background (100, 50, 200);
  7.   rect (mouseX, mouseY, 200, 100);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement