mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 11:45:01 +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,
|
||||
}
|
||||
|
||||
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
|
||||
pub struct TileDb {
|
||||
unknown_bg: TileDef,
|
||||
|
|
|
|||
8
tiles.rs
8
tiles.rs
|
|
@ -7,14 +7,6 @@ pub struct TileDef {
|
|||
//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
|
||||
pub struct TileDb {
|
||||
unknown_bg: TileDef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue