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
1aa451300e
commit
bf4e083d34
1 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ impl App {
|
|||
|
||||
use egui_inspect::derive::Inspect;
|
||||
|
||||
#[derive(Clone, Copy, Debug, Inspect)]
|
||||
#[derive(Debug, Inspect)]
|
||||
pub(crate) struct WorldPos {}
|
||||
|
||||
#[derive(Debug, Inspect)]
|
||||
|
|
@ -22,7 +22,6 @@ pub(crate) struct GameState {
|
|||
pub(crate) tile_db: TileDb,
|
||||
}
|
||||
|
||||
|
||||
fn main() {
|
||||
let mut app = App::new();
|
||||
do_debug_ui(&mut app.game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue