pub fn paint_tile(
    position: (u32, u32),
    fore: Option<Color>,
    back: Option<Color>,
    prio: SystemPrioritySize
)