Fixed targeting for citizen movement

This commit is contained in:
2025-01-19 22:13:24 +00:00
parent 594131a372
commit 53b95f452f
5 changed files with 40 additions and 23 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
pub const PIXEL_RATIO: f32 = 2.;
pub const PIXEL_RATIO: f32 = 2.0;
pub const TILE_SIZE: f32 = 16.0 * PIXEL_RATIO;