mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Examples updates to 640 x 360 pixels
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user