diff options
author | michi_cc <michi_cc@openttd.org> | 2011-10-04 21:35:47 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2011-10-04 21:35:47 +0000 |
commit | c575b5bbd7c8a225ff5a2b1120c58edfc96f078d (patch) | |
tree | ad19b7bddacec4ea1ecfd1dc62a418fb96273dad /docs | |
parent | 6dbb050a32122209497d9b41c373b3b759602883 (diff) | |
download | openttd-c575b5bbd7c8a225ff5a2b1120c58edfc96f078d.tar.xz |
(svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/obg_format.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/obg_format.txt b/docs/obg_format.txt index 25f020c10..f43ea7edd 100644 --- a/docs/obg_format.txt +++ b/docs/obg_format.txt @@ -42,6 +42,8 @@ description = foo description.en_US = howdie ; palette used by the set; either DOS or Windows palette = DOS +; preferred blitter, optional; either 8bpp (default) or 32bpp. +blitter = 8bpp ; The files section lists the files that replace sprites. ; The file names are case sensitive. |