mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 04:25:00 +01:00
more
This commit is contained in:
parent
2b58977040
commit
12163d1338
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ impl ::egui_inspect::Inspect for WorldPos {
|
|||
fn inspect_mut(&mut self, ui: &mut ::egui::Ui) {}
|
||||
}
|
||||
|
||||
#[derive(Debug, Inspect)]
|
||||
#[derive(Inspect)]
|
||||
pub(crate) struct GameState {
|
||||
pub(crate) camera_offset: WorldPos,
|
||||
pub(crate) tile_db: TileDb,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue