diff options
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs index 67669ab..2b60c50 100644 --- a/src/config.rs +++ b/src/config.rs @@ -18,3 +18,5 @@ pub const SETTLED_THRESOHLD: u8 = 7; // any entity with fewer cells than this will be turned to particles pub const MIN_ENTITY_CELLS: usize = 9; + +pub const TILESET_SCALING: i32 = 8; |
