From c3e37cb840341d9c7a4bb71a8f6a6555cd23dbe7 Mon Sep 17 00:00:00 2001 From: SmokeyDope Date: Sat, 25 Mar 2023 19:55:43 +0000 Subject: [PATCH] One more formatting adjust --- TEXTURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEXTURES.md b/TEXTURES.md index eecfed3b2..ec2507956 100644 --- a/TEXTURES.md +++ b/TEXTURES.md @@ -45,7 +45,7 @@ Once you have finished up a texture and are ready to export it, navigate to the After clicking 'Export', a menu will appear with a bunch of options checked. Make sure to uncheck all of these options!!! This will drastically reduce the file size from multiple kilobytes to a couple of hundred bytes. Finally click 'Export' one more time. -###Further optimization with OptiPNG +### Further optimization with OptiPNG For those running a GNU/linux distribution, you most likely have the 'optipng' command available to you. If it does not come with your system by default, the software homepage can be found [here](https://optipng.sourceforge.net/) where you can download and install from source. 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