Static World Gen and Display for the Overworld #5

Merged
msrd0 merged 21 commits from overworld-house-gen into main 2024-07-06 20:23:25 +00:00
Showing only changes of commit caf17aa3e5 - Show all commits

View file

@ -3,7 +3,7 @@ pub mod overworld;
#[derive(Debug, Default)]
pub enum Activity {
#[default]
House,
#[default]
Overworld
}