From e55d0bef8fdaa1c5a1b963968d12c40b29dcba3b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 5 May 2023 21:54:03 +0100 Subject: Consistency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7a7340..06ad4f3 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ controller 1, and `0xf1` for controller 2. ### Palette -Current palette (not final) is the default EGA 16 colour palette: +Current palette (not final) is the default EGA 16 color palette: | Index | RGB (hex) | | --- | --- | @@ -236,7 +236,7 @@ Read the file and add the content to the output at current position. .incpng "filename" Read the PNG image and add the content to the output at current position. The -image colours will be matched with the TR8 palette and any non-matching color +image colors will be matched with the TR8 palette and any non-matching color will be condiered transparent and the index `128` will be used. The blitter won't draw any pixel with index larger than 15. -- cgit v1.2.3