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
af7eb4e841
commit
a55aedca0c
2 changed files with 2 additions and 9 deletions
|
|
@ -9,14 +9,8 @@ mod texture_atlas;
|
|||
mod tiles;
|
||||
mod world;
|
||||
use app::App;
|
||||
use clap::Parser;
|
||||
|
||||
#[derive(Parser)]
|
||||
pub(crate) struct CliArgs {}
|
||||
|
||||
fn main() {
|
||||
gamedebug_core::set_enabled(true);
|
||||
let cli_args = CliArgs::parse();
|
||||
let mut app = App::new(cli_args).unwrap();
|
||||
let mut app = App::new().unwrap();
|
||||
app.do_game_loop();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue