started the level.dat file creation and completion... I may need to continue the code of level.rs and make an update function to level.dat

This commit is contained in:
2025-08-19 17:52:47 +02:00
parent 36e01961fb
commit 5193283c70
8 changed files with 170 additions and 121 deletions

View File

@@ -1,2 +1,5 @@
mod level;
mod perlin;
mod superflat;
#[cfg(test)]
mod test;