Skip to content

Store a DrawCommand for each decoded pixel #6

@phrohdoh

Description

@phrohdoh

This is step 1 of Chariot/projects/1.

pub type SlpDrawCommands = Vec<DrawCommand>;

#[derive(Clone)]
pub enum DrawCommand {
    Color,
    Skip,
    Remap,
    Shadow,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions