Tilemap chunking part 2

This commit is contained in:
StephenAdamson
2025-01-14 23:52:09 +00:00
parent c88067437c
commit 7f1ec77ab0
6 changed files with 222 additions and 209 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
pub const PIXEL_RATIO: f32 = 1.;
pub const PIXEL_RATIO: f32 = 2.;
pub const TILE_SIZE: f32 = 16.0 * PIXEL_RATIO;