This commit is contained in:
nora 2023-04-17 22:05:20 +02:00
parent 39dde35229
commit 337b559bf8
4 changed files with 0 additions and 15 deletions

View file

@ -7,12 +7,10 @@ use res::Res;
mod command;
mod debug;
mod game;
mod graphics;
mod math;
mod res;
mod texture_atlas;
mod tiles;
mod world;
pub(crate) struct App {
pub(crate) game: GameState,