- Stage 2 collision: convoy skip when entities move same direction (dot>0.7), E/S yield rule for crossings, W/N right-of-way, head-on unchanged - TileChangedEvent (Message) + PathfindingDirtyChunks (Resource) in new tile_changed module - collect_pathfinding_dirty_chunks / invalidate_paths_on_tile_change / clear_pathfinding_dirty_chunks in PathfindingPlugin FixedUpdate chain - TileMap::remove_floor clears HashMap + ChunkData bitsets + tile_ids - RabbitDigTimer component: rabbits dig floor below every 5s, fires TileChangedEvent and TileOcclusionEvent for path invalidation + rendering
9 lines
101 B
TOML
9 lines
101 B
TOML
initial_chunk_radius = 5
|
|
|
|
[display]
|
|
vsync = "mailbox"
|
|
|
|
[spawn_counts]
|
|
dorfs = 50
|
|
pigs = 5
|
|
rabbits = 5 |