Skip to content

Commit 005ef42

Browse files
committed
Compatibility adjustments
1 parent 04ad31b commit 005ef42

File tree

22 files changed

+101
-4961
lines changed

22 files changed

+101
-4961
lines changed

01_P/P_3_1_2_02/P_3_1_2_02.pde

100755100644
Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ int actColorIndex = 0;
5959
void setup() {
6060
size(800, 600);
6161
// make window resizable
62-
frame.setResizable(true);
62+
surface.setResizable(true);
6363

6464
centerX = width/2;
6565
centerY = height/2;
@@ -292,23 +292,4 @@ void keyPressed() {
292292
String timestamp() {
293293
Calendar now = Calendar.getInstance();
294294
return String.format("%1$ty%1$tm%1$td_%1$tH%1$tM%1$tS", now);
295-
}
296-
297-
298-
299-
300-
301-
302-
303-
304-
305-
306-
307-
308-
309-
310-
311-
312-
313-
314-
295+
}

01_P/P_3_1_2_02/data/comma.svg

Lines changed: 6 additions & 7 deletions
Loading
Lines changed: 6 additions & 7 deletions
Loading

01_P/P_3_1_2_02/data/icon1.svg

Lines changed: 4 additions & 943 deletions
Loading

01_P/P_3_1_2_02/data/icon2.svg

Lines changed: 2 additions & 941 deletions
Loading

01_P/P_3_1_2_02/data/icon3.svg

Lines changed: 30 additions & 969 deletions
Loading

01_P/P_3_1_2_02/data/icon4.svg

Lines changed: 4 additions & 943 deletions
Loading

01_P/P_3_1_2_02/data/icon5.svg

Lines changed: 6 additions & 945 deletions
Loading

01_P/P_3_1_2_02/data/period.svg

Lines changed: 4 additions & 5 deletions
Loading
Lines changed: 6 additions & 7 deletions
Loading

0 commit comments

Comments
 (0)