Files
pomomon-garden/src/features/grid/consts.rs

3 lines
82 B
Rust

/// The pixel size of a tile (width and height).
pub const TILE_SIZE: f32 = 32.0;