This commit is contained in:
nora 2023-04-18 15:46:00 +02:00
parent 2f5f7f5371
commit 6bcb9657e9

View file

@ -14,12 +14,6 @@ use egui_inspect_derive::Inspect;
pub(crate) struct WorldPos {} pub(crate) struct WorldPos {}
impl ::core::fmt::Debug for WorldPos {
fn fmt(&self, f: &mut ::core::fmt::Formatter) -> ::core::fmt::Result {
Ok(())
}
}
#[derive(Inspect)] #[derive(Inspect)]
pub(crate) struct GameState { pub(crate) struct GameState {
pub(crate) camera_offset: WorldPos, pub(crate) camera_offset: WorldPos,