camera zooming

This commit is contained in:
2025-05-09 18:13:28 +01:00
parent e3ea662668
commit 31e6eb29b2
7 changed files with 96 additions and 64 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
pub const PIXEL_RATIO: f32 = 2.0;
pub const PIXEL_RATIO: f32 = 1.0;
pub const TILE_PIXELS: u32 = 16;
pub const TILE_SIZE: f32 = TILE_PIXELS as f32 * PIXEL_RATIO;
pub const ITILE_SIZE: i32 = TILE_SIZE as i32;