Noise surface

This commit is contained in:
StephenAdamson
2024-12-20 22:45:30 +00:00
parent 4141a1b430
commit 1d292d080b
7 changed files with 105 additions and 46 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
pub const PIXEL_RATIO: f32 = 2.0;
pub const PIXEL_RATIO: f32 = 3.;
pub const TILE_SIZE: f32 = 16.0 * PIXEL_RATIO;