mirror of
https://codeberg.org/schrottkatze/mgd2-tram-championships.git
synced 2025-07-02 17:47:38 +00:00
menu system: beginnings
This commit is contained in:
parent
2e7de9f296
commit
2b18cdea38
5 changed files with 206 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
#![feature(iter_collect_into)]
|
||||
use bevy::prelude::*;
|
||||
|
||||
mod camera;
|
||||
mod cleanup;
|
||||
mod debugging;
|
||||
mod game;
|
||||
mod menus;
|
||||
|
||||
#[derive(States, Default, Debug, Clone, PartialEq, Eq, Hash, Reflect)]
|
||||
#[allow(unused)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue