#[derive(Clone, Copy, Debug, Default)] pub struct Tile { pub id: u16, pub flip_x: bool, pub flip_y: bool, pub palette_id: u8, }