Skip to content

Commit

Permalink
[skin_generator] Allow 4096px size skins
Browse files Browse the repository at this point in the history
Signed-off-by: David Martinez <[email protected]>
  • Loading branch information
dvdmrtnz authored and vng committed Oct 6, 2024
1 parent dd6cdb0 commit 81b7369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skin_generator/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DEFINE_string(skinName, "../../data/basic", "prefix for the skin and skinImage f
DEFINE_string(skinSuffix, "mdpi", "suffix for skinName<suffix>.skn and symbols<suffix>.png");
DEFINE_int32(searchIconWidth, 24, "width of the search category icon");
DEFINE_int32(searchIconHeight, 24, "height of the search category icon");
DEFINE_int32(maxSize, 2048, "max width/height of output textures");
DEFINE_int32(maxSize, 4096, "max width/height of output textures");

int main(int argc, char *argv[])
{
Expand Down

0 comments on commit 81b7369

Please sign in to comment.