change structure of maps programme
Some checks failed
Rust Checks / checks (push) Failing after 5s

This commit is contained in:
CoCo_Sol 2024-02-14 19:03:51 +01:00
parent 5719e278a2
commit da314d581f
3 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@
use bevy::prelude::*;
pub mod hex;
pub mod map;
pub mod scenes;
/// The current scene of the game.

View file

@ -0,0 +1,3 @@
//! Contains all the map related logic.
pub mod hex;