From 1a9ae44647c06b47e6eb19498760b01638702223 Mon Sep 17 00:00:00 2001 From: yairm210 Date: Mon, 26 May 2025 23:19:28 +0300 Subject: [PATCH] Unified doc for rendering performance --- docs/Modders/Images-and-Audio.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Modders/Images-and-Audio.md b/docs/Modders/Images-and-Audio.md index 54bb3bf556..8be069dd45 100644 --- a/docs/Modders/Images-and-Audio.md +++ b/docs/Modders/Images-and-Audio.md @@ -33,6 +33,10 @@ A file `Atlases.json` (uppercase 'A') in the mod root (not in `Images` or in `js This file is automatically created by the built-in packer. Only the `game.atlas` file is read by default for backward compatibility. If you use external tools and multiple atlases, you will need to maintain this file yourself - it is a simple json array of strings, each a file name without the `.atlas` extension (saved as UTF-8 without byte order mark). +#### Smaller icons + +A large number of atlases may be the result of having very large icons. +We find that 100x100 pixels is good enough for most icons. #### Circle icons