mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 11:45:01 +01:00
8 lines
152 B
Rust
8 lines
152 B
Rust
use std::{fmt::Debug, marker::PhantomData};
|
|
|
|
use egui_inspect::Inspect;
|
|
|
|
pub struct TileDef {
|
|
pub layer: (),
|
|
//ADD pub blend_graphic: String,
|
|
}
|