partial chunking

This commit is contained in:
StephenAdamson
2025-01-07 21:35:44 +00:00
parent 11ba882d54
commit ed88d5bdce
8 changed files with 305 additions and 120 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
pub const PIXEL_RATIO: f32 = 3.;
pub const PIXEL_RATIO: f32 = 1.;
pub const TILE_SIZE: f32 = 16.0 * PIXEL_RATIO;