Struct chariot_slp::SlpFile [] [src]

pub struct SlpFile {
    pub header: SlpHeader,
    pub shapes: Vec<SlpLogicalShape>,
    pub player_index: u8,
}

An image container format written by Ensemble Studios for their "Genie" game engine.

An SLP is made up of a header and numerous frames (sometimes called "shapes").

Fields

Methods

impl SlpFile
[src]