This commit is contained in:
parent
fc95857824
commit
6a151397de
7 changed files with 21 additions and 1 deletions
|
@ -10,6 +10,8 @@ use game::{
|
|||
setup::{setup_balls, setup_player, setup_pseudo_random, setup_ui, setup_walls},
|
||||
};
|
||||
|
||||
/// The initial configuration passed to the game's setup functions.
|
||||
/// Also functions as a Bevy plugin to pass the configuration into the app.
|
||||
#[derive(Parser)]
|
||||
#[command(version, about)]
|
||||
pub struct AppSettings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue