Skip to content

LBM

A few fullscreen graphics use the "LBM" format, which must be decompressed.

Lbm :: struct {
    size: [2]u16,
    palette: Palette,     // 256 colors
    data: []u8,
}