1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

Updated tilesets (markdown)

False.Genesis 2018-12-25 02:20:18 +01:00
parent 7e333b6f89
commit 73f9328f15

@ -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.