some auto-refactoring
This commit is contained in:
@@ -30,8 +30,6 @@ fn board_with_object(object_script: Option<&str>, scripts: &[(&str, &str)]) -> (
|
||||
objects: BTreeMap::from([(1, object)]),
|
||||
next_object_id: 2,
|
||||
portals: Vec::new(),
|
||||
font: None,
|
||||
zoom: 1,
|
||||
board_script_name: None,
|
||||
load_errors: Vec::new(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user