game-wip-dontplay/tiles.rs
2023-04-18 12:34:28 +02:00

4 lines
79 B
Rust

pub struct TileDef {
pub layer: (),
//ADD pub blend_graphic: String,
}