diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-03-20 12:35:38 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-03-20 12:35:38 +0100 |
commit | ec95776771d061c21af17686491181c78b7955c9 (patch) | |
tree | 3b7558079f3c72664b4109e51872d17ffe2aed69 /src/constants.rs | |
parent | e131d553d2526edb7cffbe9f4ba48d9c6ae4e44f (diff) |
draw grid
Diffstat (limited to 'src/constants.rs')
-rw-r--r-- | src/constants.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs index f9a5003..5952fa5 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -1,5 +1,5 @@ pub const TILE_SCALE: f32 = 3.0; -pub const TILE_HEIGHT: f32 = 16.0; +pub const TILE_SIZE: f32 = 16.0; pub const TILE_WIDTH: f32 = 16.0; pub const BORDER_SIZE: f32 = 3.0; pub const SHIFT_X: f32 = 50.0; |