You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save file for default properties (wouldn't need to re-specify them every time, could also include a flag so you can override them on the go from the current command)
For folder target, add an additional filter that can be used to check (-f num = would filter only sprites that include num in the name)
Option to combine sprites in folder (a lot of smaller sprites could be 1 spritesheet instead of a bunch of separate ones) (-c flag?? im not sure if the naming would be good lol)
funkinpacker -bp 1 -sp 3 -nr -e Sparrow -o texture combo/
-bp = border padding
-sp = symbol padding
-nr = no rotation
-e = export format
-o = output file
funkinpacker -r BOYFRIEND.png BOYFRIEND.xml -rm Sparrow
-r = repack
-rm = repack method
-e = export to folder (works differently when using -r)
The text was updated successfully, but these errors were encountered: