menu system: beginnings

This commit is contained in:
Schrottkatze 2025-05-21 20:48:21 +02:00
parent 2e7de9f296
commit 2b18cdea38
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
5 changed files with 206 additions and 0 deletions

View file

@ -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)]