portals 1

This commit is contained in:
2026-06-13 17:58:04 -05:00
parent 49d32eedf5
commit 6818f0545a
9 changed files with 151 additions and 7 deletions
+1
View File
@@ -33,6 +33,7 @@ fn board_with_object(object_script: Option<&str>, scripts: &[(&str, &str)]) -> (
portals: Vec::new(),
board_script_name: None,
load_errors: Vec::new(),
registry: HashMap::new(),
};
(board, scripts_from(scripts))
}