mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 12:25:02 +01:00
more
This commit is contained in:
parent
5604327bdc
commit
ba93afdf0a
3 changed files with 4 additions and 11 deletions
|
|
@ -1,7 +1,10 @@
|
|||
use crate::{math::WorldPos, tiles::TileDb};
|
||||
use crate::tiles::TileDb;
|
||||
use derivative::Derivative;
|
||||
use egui_inspect::derive::Inspect;
|
||||
|
||||
#[derive(Clone, Copy, Debug, Inspect)]
|
||||
pub(crate) struct WorldPos {}
|
||||
|
||||
#[derive(Derivative, Inspect)]
|
||||
#[derivative(Debug)]
|
||||
pub(crate) struct GameState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue