Index / 2017 / Krishna
400×400 · p5.js instance mode
Krishna.pde 17 lines
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. ");
}
read-only archive source from /2017/Just for Fun/Krishna/Krishna.pde

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.