2
0
mirror of https://github.com/dpethes/rerogue.git synced 2025-06-07 18:58:32 +02:00

update hmt description

This commit is contained in:
dpethes 2014-10-20 08:19:57 +02:00
parent 59b5e6e4b6
commit f185759871

View File

@ -17,20 +17,18 @@ TC * texture entry 52B
{ {
4B int pixel offset 4B int pixel offset
28B zero 28B zero
4B int palette offset 4B int palette offset, 0 = no palette
4B int texname offset 4B int texname offset
2B int width 2B int width
2B int height 2B int height
8B texture format { 8B texture format {
1B 0x01 1B int ? 0x01
1B bits per pixel: 1B int ?
-0: 4bit
-1: 8bit
1B subtype: 1B subtype:
-3 RGBA -0 - palette 16x3B RGB, 4bit per pixel
-4 greyscale -1 - 256x3B palette RGB, 8bit per pixel
-5 ? ov_rdir -4 - greyscale, 4bpp
1B 0, 0x40, 0x80 1B int ? 0, 0x40, 0x80
4B RGBA transparent color? 4B RGBA transparent color?
} }
} }