From 56bba5560be95c1e05bfec11e4fc085654f3589d Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sun, 30 Aug 2026 18:42:16 -0700 Subject: working with tilesets --- src/config.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.rs') 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; -- cgit v1.3.1