3 lines
82 B
Rust
3 lines
82 B
Rust
/// The pixel size of a tile (width and height).
|
|
pub const TILE_SIZE: f32 = 32.0;
|
/// The pixel size of a tile (width and height).
|
|
pub const TILE_SIZE: f32 = 32.0;
|