mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-17 04:45:02 +01:00
manual
This commit is contained in:
parent
31ab20d9f3
commit
820d1079de
4 changed files with 0 additions and 17 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
#[derive(Default, Debug)]
|
|
||||||
pub(crate) struct Input {}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
use egui_inspect::derive::Inspect;
|
|
||||||
|
|
||||||
#[derive(Debug, Inspect)]
|
|
||||||
pub(crate) struct Inventory {}
|
|
||||||
#[derive(Debug, Inspect)]
|
|
||||||
pub(crate) struct ItemDb {}
|
|
||||||
|
|
@ -3,15 +3,11 @@ mod command;
|
||||||
mod debug;
|
mod debug;
|
||||||
mod game;
|
mod game;
|
||||||
mod graphics;
|
mod graphics;
|
||||||
mod input;
|
|
||||||
mod inventory;
|
|
||||||
mod math;
|
mod math;
|
||||||
mod player;
|
|
||||||
mod res;
|
mod res;
|
||||||
mod texture_atlas;
|
mod texture_atlas;
|
||||||
mod tiles;
|
mod tiles;
|
||||||
mod world;
|
mod world;
|
||||||
mod worldgen;
|
|
||||||
use app::App;
|
use app::App;
|
||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
use egui_inspect::derive::Inspect;
|
|
||||||
use serde::{Deserialize, Serialize};
|
|
||||||
|
|
||||||
#[derive(Debug, Inspect, Serialize, Deserialize)]
|
|
||||||
pub(crate) struct Player {}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue