Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 25, 2025
1 parent ec2a9ed commit d3cb740
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 360 deletions.
2 changes: 1 addition & 1 deletion examples/java/Tiled/Tiled.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void main(String[] args) {
Window.TEXTURE_SAMPLING_MODE = 2;
Text.DEFAULT_FONT = "Tiled/assets/Retro Gaming.ttf";
Text.DEFAULT_FONT_SIZE = 11;
Text.FONT_SIZES = new int[] { 11 };
Text.FONT_SIZES = new int[] {11};
Text.SPEAK_BUBBLE_MAX_LIMIT = 200;
Text.SMOOTHING = false;

Expand Down
Loading

0 comments on commit d3cb740

Please sign in to comment.