Skip to content

Commit

Permalink
Add specialization for Tokotah Alley.
Browse files Browse the repository at this point in the history
The texture filename doesn't match the spawn point name.
  • Loading branch information
Hoikas committed Dec 15, 2024
1 parent 4e3f3b2 commit 111401a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/Python/nxusBookMachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
# Specially named link panel textures
kLinkPanels: Dict[Tuple[str, str], str] = {
("Ahnonay", "Default"): "xlinkpanelahnonayvortex",
("city", "Tokotah Alley"): "xlinkpaneldakotahalley",
("GreatZero", "Great Zero"): "xlinkpanelgrtzero",
}

Expand Down

0 comments on commit 111401a

Please sign in to comment.