Update Quick Main Paths Setup

Raphtalia 2024-07-30 01:57:47 +00:00
parent 3c0c0b6048
commit c6ce399607
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ The `DungenFlow's` node list is replicated onto the alternate main paths. The st
### Copy From Main Path Position
The starting index is the first node whose position is greater than the `MainRoomTilePrefab` generated position on the main path.
The starting index is the first node whose position is greater than the `MainRoomTilePrefab` generated position on the first main path.
> **NOTE:** The generated position will be some number between 0 and 1. As such, you can expect the start node to always be ignored and the end node to always be duplicated on the alternate main paths. If your node list also has a normal node say at position 0.25, then you can expect that node to be duplicated on the alternate main paths IF the `MainRoomTilePrefab` generated early on the first main path (not guaranteed though).