Add the main menu #31

Merged
CoCo_Sol merged 25 commits from main-menu into main 2024-02-09 23:42:37 +00:00
Showing only changes of commit 9a9e68bf2c - Show all commits

View file

@ -1,6 +1,4 @@
//! The file that contains utility functions, enums, structs of the game.
use std::default::Default;
//! The file that contains utility functions, enums, structs for the game.
use bevy::prelude::*;