From 6e29ae5c6ce2227c365f259c09eb1c74bbcf323e Mon Sep 17 00:00:00 2001 From: chmodsayshello Date: Thu, 29 Jun 2023 19:48:16 +0200 Subject: [PATCH] minor enhancement to texture documentation --- TEXTURES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEXTURES.md b/TEXTURES.md index fa3799635..157965ae6 100644 --- a/TEXTURES.md +++ b/TEXTURES.md @@ -12,13 +12,13 @@ GIMP Tutorials has an excellent guide to making pixel art in GIMP. If you would ### GIMP -GIMP (Gnu Image Manipulation Program) is a very popular and free image editing software supported on Windows, MacOS, and most Linux distributions. It is recommended to use GIMP to create and modify textures within the minetest engine. +GIMP (GNU Image Manipulation Program) is a very popular and free image editing software supported on Windows, MacOS, and most Linux distributions. It is recommended to use GIMP to create and modify textures within the minetest engine. Download GIMP [here](http://gimp.org/) # Getting Started ## Creating a new file -the first thing to do is open GIMP and create a new file to work in by opening the File menu and choosing New. +the first thing to do is open GIMP and create a new file to work in by opening the File menu and choosing "New". Choose width of 16 and height of 16 for the image size. While higher resolution textures are possible, The default size is 16x16. It is recommended you use this size as well, as it is universally supported on all systems.