Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Cluster <clusterrr@clusterrr.com>2023-09-21 17:54:54 +0300
committerGitHub <noreply@github.com>2023-09-21 17:54:54 +0300
commit5e6dfb866371d0d045256be42f4c51196893b0fb (patch)
treecb2ca99b4605a9d628f69b00b61f59c26cb3598a
parent0470ef8dc294a7ef1c870c2fc78319597f94242f (diff)
Update examples README.md
-rw-r--r--Examples/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Examples/README.md b/Examples/README.md
index f0c720b..02ca597 100644
--- a/Examples/README.md
+++ b/Examples/README.md
@@ -34,7 +34,9 @@ This example uses single image splitted into four horizontally. Each part uses i
Full screen animation. Two images splitted into two parts horizontally. MMC3 IRQs and bankswitching used to switch pattern tables on the respective lines.
## ascii
-This example uses **--no-group-tiles** option to keep ASCII symbols order.
+This example uses **--no-group-tiles** option to disable similar tiles grouping and keep ASCII symbols order.
+
+![image](https://github.com/ClusterM/NesTiler/assets/4236181/7b06f805-5f99-4c5f-881a-841310f76520) -> ![image](https://github.com/ClusterM/NesTiler/assets/4236181/213e7408-cfd0-46ff-b862-fdbdaf14a2f2)
## sprites8x8
Simple 8x8 sprites example. Also, this example shows how sprites with different colors combined into single palette.