diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-08-30 18:42:16 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-08-30 18:42:16 -0700 |
| commit | 56bba5560be95c1e05bfec11e4fc085654f3589d (patch) | |
| tree | f4eee7eb7abdce9ab6d0a7a66e3e43d429229b97 /src/config.rs | |
| parent | a0e3b22efb1d1a8b885717481061074459fe109f (diff) | |
working with tilesets
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; |
