mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
more
This commit is contained in:
parent
dd204fc988
commit
28b25623db
2 changed files with 0 additions and 16 deletions
|
|
@ -7,14 +7,6 @@ pub struct TileDef {
|
||||||
//ADD pub blend_graphic: String,
|
//ADD pub blend_graphic: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
fn inspect_mut(_: &mut TileDef) {}
|
|
||||||
|
|
||||||
impl Debug for TileDef {
|
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
|
||||||
loop {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// this is actually used
|
// this is actually used
|
||||||
pub struct TileDb {
|
pub struct TileDb {
|
||||||
unknown_bg: TileDef,
|
unknown_bg: TileDef,
|
||||||
|
|
|
||||||
8
tiles.rs
8
tiles.rs
|
|
@ -7,14 +7,6 @@ pub struct TileDef {
|
||||||
//ADD pub blend_graphic: String,
|
//ADD pub blend_graphic: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
fn inspect_mut(_: &mut TileDef) {}
|
|
||||||
|
|
||||||
impl Debug for TileDef {
|
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
|
||||||
loop {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// this is actually used
|
// this is actually used
|
||||||
pub struct TileDb {
|
pub struct TileDb {
|
||||||
unknown_bg: TileDef,
|
unknown_bg: TileDef,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue