Skip to content

Commit

Permalink
fix(nmz): now uses TRSMap and TRSWalkerV2
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Sep 23, 2024
1 parent 633b771 commit a298472
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 70 deletions.
2 changes: 1 addition & 1 deletion wasp_kraken.simba
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ begin

inherited;

Map.SetupChunks([[[35,56,36,56], [0]], [[35,156,35,156], [0]], [[48,54,50,53], [0]]]);
Map.SetupChunks([Chunk(Box(35,56,36,56), 0), Chunk(Box(35,156,35,156), 0), Chunk(Box(48,54,50,53), 0)]);
Objects.Setup(Map.Objects(), @Map.Walker);

Self.Crevice := Objects.Get('Crevice');
Expand Down
Loading

0 comments on commit a298472

Please sign in to comment.