Files
openttd-cmclient/src/spriteloader/CMakeLists.txt
T
Peter Nelson 7b091000b0 Feature: Support converting 32bpp-only sprites to indexed 8bpp.
This uses nearest colour lookup to convert 32bpp-only sprites to indexed 8bpp on the fly. This provides a reasonable usable sprite instead of being incompatible.
2025-01-21 00:45:31 +00:00

10 lines
141 B
CMake

add_files(
grf.cpp
grf.hpp
makeindexed.cpp
makeindexed.h
sprite_file.cpp
sprite_file_type.hpp
spriteloader.hpp
)