2012年10月1日 星期一

球的遊戲


void setup()

{
  size(500,500);
 background(0);
 fill(255);
 ellipse(250,250,25,25);
}


void draw()

{


}

沒有留言:

張貼留言