Change of file structure for scenes #38

Merged
tipragot merged 11 commits from restruct-menus into main 2024-02-10 17:26:09 +00:00
Showing only changes of commit 17119af643 - Show all commits

View file

@ -1,11 +1,11 @@
//! The file containing all menu programs. //! The file containing all scenes programs.
use bevy::prelude::*; use bevy::prelude::*;
use bevy_egui::EguiPlugin; use bevy_egui::EguiPlugin;
pub mod menu; pub mod menu;
/// The plugin for all menus. /// The plugin for all scenes.
pub struct ScenesPlugin; pub struct ScenesPlugin;
impl Plugin for ScenesPlugin { impl Plugin for ScenesPlugin {