World 0,0 is now at the center of the node texture

This commit is contained in:
Piotrek
2021-05-14 14:25:12 +02:00
parent 05b62d4b90
commit e6329d568c
6 changed files with 24 additions and 12 deletions
+1
View File
@@ -2,6 +2,7 @@ mod generator;
mod data;
pub mod chunk;
pub mod block;
use std::sync::Arc;
use std::time::Instant;
use std::path::PathBuf;
use std::io::Write;