From c575b5bbd7c8a225ff5a2b1120c58edfc96f078d Mon Sep 17 00:00:00 2001 From: michi_cc Date: Tue, 4 Oct 2011 21:35:47 +0000 Subject: (svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load. --- docs/obg_format.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3-54-g00ecf