fork update #10

Merged
chmodsayshello merged 220 commits from VoxeLibre/VoxeLibre:master into master 2023-06-04 12:44:03 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8a1c885faf - Show all commits

View File

@ -50,7 +50,7 @@ For those running a GNU/linux distribution, you most likely have the 'optipng' c
First, Open up the terminal in the directory where your exported texture is located (or navigate to the directory with the 'cd your/directory/path/to/textures'), then run this command First, Open up the terminal in the directory where your exported texture is located (or navigate to the directory with the 'cd your/directory/path/to/textures'), then run this command
``` ```
optipng -o7 *.png optipng -o7 -zm1-9 -nc -clobber *.png
``` ```
This will further optimize all the textures in the directory. This will further optimize all the textures in the directory.