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.
CoCo_Sol marked this conversation as resolved Outdated

scenes not menu

scenes not menu
use bevy::prelude::*;
use bevy_egui::EguiPlugin;
pub mod menu;
/// The plugin for all menus.
/// The plugin for all scenes.
pub struct ScenesPlugin;
CoCo_Sol marked this conversation as resolved Outdated

Rename this to ScenePlugin

Rename this to ScenePlugin
impl Plugin for ScenesPlugin {