CHUNK GENERATION IS REAL

This commit is contained in:
2024-06-21 00:36:37 -04:00
parent aa466a248c
commit b8ed5297fa
43 changed files with 1341 additions and 517 deletions

View File

@@ -4,9 +4,9 @@ use client::ClientApp;
use winit::event_loop::EventLoop;
mod client;
mod world;
mod common;
mod server;
mod sync;
mod util;
fn main() {
let event_loop = EventLoop::new().expect("Failed to create event loop");