From 2e751e124eec4b7619af3b80750842b24bd39fbc Mon Sep 17 00:00:00 2001 From: "M.S.T.O.P" Date: Wed, 21 Sep 2022 11:59:54 -0400 Subject: [PATCH] fix image links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a270b95..5592545 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Super Jibby 2 uses the palette and colour data encoded in false-colour RGBA text ### Image-Encoded Palette (IEP) Shader

- +

Palette indices are encoded in the red channel while colour indices within a palette are encoded in the green channel. This shader is useful for images that use multiple static palettes. @@ -21,7 +21,7 @@ Palette indices are encoded in the red channel while colour indices within a pal ### Manually-Encoded Palette (MEP) Shader

- +

Like with the IEP shader, colour indices within a palette are encoded in the green channel, but only a single palette index is passed to the shader via a uniform. This shader is useful for images that have a single, swappable palette.