Skip to content

Commit 44f6485

Browse files
committed
Merge branch 'main' of github.com:openpatch/scratch-for-java
2 parents 94f3b05 + c5e1c0c commit 44f6485

File tree

4 files changed

+238
-386
lines changed

4 files changed

+238
-386
lines changed

examples/java/DonutIO/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public Game() {
1414
}
1515

1616
public static void main(String[] args) {
17-
Text.FONT_SIZES = new int[] { 32, 48 };
17+
Text.FONT_SIZES = new int[] {32, 48};
1818
new Game();
1919
}
2020
}

0 commit comments

Comments
 (0)