Add very crude proof-of-concept worldgen

This commit is contained in:
crumblingstatue 2023-04-05 15:09:19 +02:00
parent 314d2eafa0
commit 930f7aac47
7 changed files with 109 additions and 27 deletions

View file

@ -6,6 +6,7 @@ mod input;
mod math;
mod res;
mod world;
mod worldgen;
use app::App;