Skip to content

Commit

Permalink
Update othelo_prosessing.pde
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 authored Mar 18, 2022
1 parent 6560ce8 commit 7b30414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion othelo_prosessing/othelo_prosessing.pde
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Botton board[][] = new Botton[8][8];
void setup() {
for (int i=0; i<3; i++)option[i] = new Botton();
for (int i=0; i<8; i++)for (int j=0; j<8; j++)board[i][j] = new Botton();
frameRate(1000);
frameRate(60);
win.setWindow(WINDOW_WIDTH, WINDOW_HEIGHT, 1000, 1500);
win.margin(30);
}
Expand Down

0 comments on commit 7b30414

Please sign in to comment.