cursor ui

This commit is contained in:
StephenAdamson
2024-12-13 23:07:08 +00:00
parent 89567d4ce7
commit 7363ec9d39
7 changed files with 58 additions and 38 deletions
+2
View File
@@ -0,0 +1,2 @@
pub const PIXEL_RATIO: f32 = 4.0;
pub const TILE_SIZE: f32 = 16.0 * PIXEL_RATIO;