diff --git a/20240905_113306-ezgif.com-video-to-gif-converter.gif b/20240905_113306-ezgif.com-video-to-gif-converter.gif new file mode 100644 index 00000000..d366884e Binary files /dev/null and b/20240905_113306-ezgif.com-video-to-gif-converter.gif differ diff --git a/VirtualPet.pde b/VirtualPet.pde index 08ca48b8..561a39b2 100644 --- a/VirtualPet.pde +++ b/VirtualPet.pde @@ -1,8 +1,30 @@ - void setup(){ - //some of your code here + size(600,600); +background(135,206,235); } void draw(){ - //more of your code here + fill(185,42,118); +ellipse(200,425,200,100); +fill(185,42,118); +ellipse(400,425,200,100); +fill(241,121,176); +ellipse(300,300,300,300); +fill(0,0,0); +ellipse(250,240,30,100); +fill(255,255,255); +ellipse(250,230,20,50); +fill(0,0,0); +ellipse(350,240,30,100); +fill(255,255,255); +ellipse(350,230,20,50); +fill(0,0,0); +arc(300,325,150,150,0,PI); +/*fill(0,0,0); +arc(300,315,50,95,0,PI); +fill(182,81,78); +arc(300,329,46,65,0,PI);*/ +fill(231,111,166); +ellipse(460,320,100,110); +fill(231,111,166); +ellipse(160,220,100,110); } - diff --git a/index.html b/index.html index 237da25c..d688b184 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,21 @@
-