Description
This page is generated from the Processing project folder at /2017/Just for Fun/Krishna/Krishna.pde.
Archive
No companion assets were found in this sketch folder.
int myHips = 8;
float areMoving = 4.5;
char onTheirOwn = 'm';
String Oniichan = "Krishna";
void setup() {
size(400, 400);
background(#394642);
}
void draw() {
noStroke();
fill(#);
textSize(36);
text("KRISHNA NIICHAN",width/8,height/2);
print("krishna oniichan. ");
} This page is generated from the Processing project folder at /2017/Just for Fun/Krishna/Krishna.pde.
No companion assets were found in this sketch folder.