WIP: Modify room dimensions
Dependencies
- [2]
E6F2AEXPFix floorbuilding - [3]
JCYHD3FDMinimum size plank is 300mm - [4]
LXMNVVD2Change to proper measurements - [5]
OK5CKW6ERework everything, use references - [6]
4YYL4VTYIntroduce Cut
Change contents
- replacement in src/constants.rs at line 5
pub static PLANKMIN: u32 = 300;pub static PLANKMIN: u32 = 400; - replacement in src/constants.rs at line 21
// pub static ROOMLENGTH: u32 = 4760;pub static ROOMLENGTH: u32 = 2220;pub static ROOMLENGTH: u32 = 4760;// pub static ROOMLENGTH: u32 = 2220;// pub static ROOMLENGTH: u32 = 3740; - edit in src/constants.rs at line 27
// pub static ROOMDEPTH: u32 = 2900;