texture mapping

This commit is contained in:
2024-04-01 23:54:50 -04:00
parent 23ae1391c0
commit 83dbf82478
9 changed files with 66 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ pub mod prelude {
}
impl Chunk {
pub const SIZE: usize = 32;
pub const SIZE: usize = 64;
}
#[derive(Resource)]