Struct dot_crocotile::Config [] [src]

pub struct Config {
    pub tilesize_x: u16,
    pub tilesize_y: u16,
    pub skybox: Option<Vec<u8>>,
}

Map-wide configuration

Fields

The width of a tile from the texture map

The height of a tile from the texture map

Texture to use on the skybox

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.