From 7961091853369ccab64fe0905bf2f43be257f5bd Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 21 Jun 2014 00:07:26 +0100 Subject: [PATCH] Updated README.md to reflect addition of palette funcs --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ace346..5477e40 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,12 @@ the built-in LoveDOS modules, functions and callbacks. ## Using images -LoveDOS only provides support for a single image format: 8bit .pcx; all images -should use the default VGA palette. [ASEprite](http://www.aseprite.org/) is a -good choice of image editing software for use with LoveDOS as it uses the VGA -palette by default and can save to the 8bit .pcx format. +LoveDOS provides support for a single image format: 8bit .pcx; the palette +stored in the image is ignored. LoveDOS uses the default VGA palette by +default, but this can be changed by using the `love.graphics.setPalette()` +function. [ASEprite](http://www.aseprite.org/) is a good choice of image +editing software for use with LoveDOS as it uses the default VGA palette by +default and can save to the 8bit .pcx format. ## Building