mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
manual
This commit is contained in:
parent
765432e359
commit
af7eb4e841
3 changed files with 0 additions and 11 deletions
|
|
@ -1,5 +1,3 @@
|
|||
pub mod tiledb_edit_ui;
|
||||
|
||||
use std::{fmt::Debug, marker::PhantomData, ops::Index};
|
||||
|
||||
use egui_inspect::{derive::Inspect, Inspect};
|
||||
|
|
|
|||
|
|
@ -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};
|
||||
2
tiles.rs
2
tiles.rs
|
|
@ -1,5 +1,3 @@
|
|||
pub mod tiledb_edit_ui;
|
||||
|
||||
use std::{fmt::Debug, marker::PhantomData, ops::Index};
|
||||
|
||||
use egui_inspect::{derive::Inspect, Inspect};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue