This commit is contained in:
nora 2023-04-17 22:02:46 +02:00
parent 765432e359
commit af7eb4e841
3 changed files with 0 additions and 11 deletions

View file

@ -1,5 +1,3 @@
pub mod tiledb_edit_ui;
use std::{fmt::Debug, marker::PhantomData, ops::Index};
use egui_inspect::{derive::Inspect, Inspect};

View file

@ -1,7 +0,0 @@
use std::fmt::Debug;
use egui_inspect::{derive::Inspect, Inspect};
use crate::{
graphics::{ScreenSc, ScreenVec},
math::TILE_SIZE,
};
use super::{Bg, Fg, Mid, TileDb, TileDef, TileLayer, DEFAULT_TILE_BB};

View file

@ -1,5 +1,3 @@
pub mod tiledb_edit_ui;
use std::{fmt::Debug, marker::PhantomData, ops::Index};
use egui_inspect::{derive::Inspect, Inspect};