"P1" - Processing

ID Autor Duplicat din Ultima modificare
#5530 Bornea Razvan (Razvan_bm) - Luni, 20 mar 2023, 10:50
x
 
1
function setup() {
2
    createCanvas(400, 400);
3
}
4
5
function draw() {
6
    strokeWeight(5);
7
  line(0,400,400,400);
8
 strokeWeight(0);
9
  fill("red");
10
    rect(295,295, 100,100);
11
}
12
Du-te sus!