[][src]Function bracket_lib::prelude::rex::xp_to_console

pub fn xp_to_console(
    xp: &XpFile,
    console: impl AsMut<dyn Console + 'static>,
    offset_x: i32,
    offset_y: i32
)

Applies an XpFile to a given console, with 0,0 offset by offset_x and offset-y.