Skip to content

Commit

Permalink
change margin value
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed May 19, 2022
1 parent b2ab280 commit e1fb5fd
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 @@ -26,7 +26,7 @@ void setup() {
for (int i=0; i<8; i++)for (int j=0; j<8; j++)board[i][j] = new Botton();
frameRate(60);
win.setWindow(WINDOW_WIDTH, WINDOW_HEIGHT, 1000, 1500);
win.margin(30);
win.margin(20);
}

void draw() {
Expand Down

0 comments on commit e1fb5fd

Please sign in to comment.