Skip to content

Commit

Permalink
Increased UI texture atlas size
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed Jun 20, 2024
1 parent 2ba2db2 commit 84694e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StompboxImageProcessor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public void RenderImages(string destPath)

public void Render()
{
MaxImageSheetSize = 2048;

BeginSpriteSheetGroup("UISheet");

AddFont("MainFont", "Calibri", FontStyle.Bold, 36);
Expand Down

0 comments on commit 84694e8

Please sign in to comment.