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
@@ -22,6 +22,7 @@ fn make_board(px: i32, py: i32, portals: Vec<PortalDef>) -> Board {
portals,
board_script_name: None,
load_errors: Vec::new(),
registry: HashMap::new(),
}
}