-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode (2)
37 lines (37 loc) · 865 Bytes
/
code (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
background(135, 206, 235);
fill(255, 223, 0);
ellipse(350, 50, 80, 80);
fill(105, 105, 105);
rect(0, 250, 400, 100);
fill(34, 139, 34);
rect(0, 200, 400, 50);
rect(0, 350, 400, 50);
fill(255, 0, 0);
rect(100, 270, 200, 50);
fill(135, 206, 250);
rect(130, 275, 50, 30);
rect(220, 275, 50, 30);
fill(0, 0, 0);
ellipse(130, 330, 40, 40);
ellipse(270, 330, 40, 40);
fill(139, 69, 19);
rect(50, 150, 20, 50);
rect(330, 150, 20, 50);
fill(34, 139, 34);
ellipse(60, 130, 60, 60);
ellipse(30, 140, 50, 50);
ellipse(90, 140, 50, 50);
ellipse(340, 130, 60, 60);
ellipse(310, 140, 50, 50);
ellipse(370, 140, 50, 50);
fill(255, 255, 0);
for (var i = 0; i < 400; i += 40) {
rect(i, 295, 20, 5);
}
fill(255, 255, 255);
ellipse(60, 80, 70, 50);
ellipse(90, 80, 70, 50);
ellipse(70, 70, 70, 50);
ellipse(300, 120, 70, 50);
ellipse(330, 120, 70, 50);
ellipse(310, 110, 70, 50);