Skip to content

Commit

Permalink
cloud size
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcwharter committed Oct 5, 2023
1 parent 9459e03 commit 3f38d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assignment/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ function prompt5() {

oldWin = win[2];
oldWin = window.open("../clouds/index.html", "clouds", params3);
while (int < 200) {
oldWin.resizeBy(8, 6);
while (int < 100) {
oldWin.resizeBy(12, 8);
oldWin.moveBy(10, -1);
int++;
}
Expand Down

0 comments on commit 3f38d1c

Please sign in to comment.