Examples updates to 640 x 360 pixels

This commit is contained in:
Casey Reas
2011-08-05 18:26:51 +00:00
parent f1c7aabf14
commit 9b7de8d6b7
52 changed files with 295 additions and 302 deletions
@@ -17,7 +17,7 @@ int[][][] world;
void setup()
{
size(640, 200, P2D);
size(640, 360);
frameRate(12);
sx = width;
sy = height;
@@ -20,7 +20,7 @@ color black = color(0, 0, 0);
void setup()
{
size(640, 200, P2D);
size(640, 360);
frameRate(24);
clearscr();
w = new World();