mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 11:45:01 +01:00
4 lines
79 B
Rust
4 lines
79 B
Rust
pub struct TileDef {
|
|
pub layer: (),
|
|
//ADD pub blend_graphic: String,
|
|
}
|