This commit is contained in:
2026-07-11 12:40:35 -05:00
parent f1eaaae5d0
commit 6dccf5fc23
14 changed files with 363 additions and 40 deletions
+1
View File
@@ -23,6 +23,7 @@ fn make_board(px: i64, py: i64, portals: Vec<PortalDef>) -> Board {
next_object_id: 1,
portals,
board_script_name: None,
dark: false,
load_errors: Vec::new(),
registry: HashMap::new(),
}
+1
View File
@@ -37,6 +37,7 @@ fn board_with_object(
next_object_id: 2,
portals: Vec::new(),
board_script_name: None,
dark: false,
load_errors: Vec::new(),
registry: HashMap::new(),
};