From 73f9328f159b45f48b2fbf846c7d607ac9c4c6b5 Mon Sep 17 00:00:00 2001 From: "False.Genesis" Date: Tue, 25 Dec 2018 02:20:18 +0100 Subject: [PATCH] Updated tilesets (markdown) --- tilesets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilesets.md b/tilesets.md index a8085f5..f1389d4 100644 --- a/tilesets.md +++ b/tilesets.md @@ -42,5 +42,5 @@ For example, you could append the following lines at the end: Aquaria will first search for the graphic name in your mod (under **graphics/...**), then in Aquaria (**gfx/...**). Always use file names without extension (leave the _.png_ away)! You can use your own numbering. More precisely, there can be holes in your numbering. -This is useful if you want to categorize tiles for faster access in the editor. You could for example use 10-50 for rock tiles, 50-100 for plants, 100-150 for other decoration. You'll get a feel for this when you repeatedly cycle through tiles in the editor. +This is useful if you want to categorize tiles for faster access in the editor. You could for example use 10-50 for rock tiles, 50-100 for plants, 100-150 for other decoration; and fill those slots over time while you add new tiles. You'll get a feel for this when you repeatedly cycle through tiles in the editor. Just don't use the same number twice.