Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openpatch/scratch-for-java
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarkmin committed Feb 3, 2025
2 parents 94f3b05 + c5e1c0c commit 44f6485
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 386 deletions.
2 changes: 1 addition & 1 deletion examples/java/DonutIO/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public Game() {
}

public static void main(String[] args) {
Text.FONT_SIZES = new int[] { 32, 48 };
Text.FONT_SIZES = new int[] {32, 48};
new Game();
}
}
Loading

0 comments on commit 44f6485

Please sign in to comment.