This commit is contained in:
Nebel 2012-10-28 03:43:12 +09:00
parent a8c55dd841
commit f62ee3082a

View file

@ -6,8 +6,8 @@ void setup(){
//rinkaku //rinkaku
rect(0,0,180,180,60); rect(0,0,180,180,60);
triangle(0,0,90,-30,180,0); triangle(0,0,90,-30,180,0);
noStroke(); stroke(0xff);
rect(0,0,185,60); rect(0,0,180,60);
stroke(0); stroke(0);
//eyes //eyes
fill(0); fill(0);