Updated README.md to reflect addition of palette funcs
This commit is contained in:
10
README.md
10
README.md
@@ -30,10 +30,12 @@ the built-in LoveDOS modules, functions and callbacks.
|
|||||||
|
|
||||||
|
|
||||||
## Using images
|
## Using images
|
||||||
LoveDOS only provides support for a single image format: 8bit .pcx; all images
|
LoveDOS provides support for a single image format: 8bit .pcx; the palette
|
||||||
should use the default VGA palette. [ASEprite](http://www.aseprite.org/) is a
|
stored in the image is ignored. LoveDOS uses the default VGA palette by
|
||||||
good choice of image editing software for use with LoveDOS as it uses the VGA
|
default, but this can be changed by using the `love.graphics.setPalette()`
|
||||||
palette by default and can save to the 8bit .pcx format.
|
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
|
## Building
|
||||||
|
|||||||
Reference in New Issue
Block a user