SubnauticaModding / Nautilus-Proto

Archived prototype for Nautilus, the Subnautica Modding API.
https://subnauticamodding.github.io/Nautilus/
GNU General Public License v3.0
6 stars 3 forks source link

CraftTreeHandler.AddTabNode issue with tab names #26

Closed RamuneNeptune closed 1 year ago

RamuneNeptune commented 1 year ago

When adding a custom tab node there is an issue with the names:

CraftTreeHandler.AddTabNode(CraftTree.Type.Fabricator, "Test", "Test", SpriteManager.Get(TechType.Peeper);

CraftTreeHandler.AddTabNode(CraftTree.Type.Workbench, "Test", "Test", SpriteManager.Get(TechType.Peeper);

CraftTreeHandler.AddTabNode(CraftTree.Type.Constructor, "Test", "Test", SpriteManager.Get(TechType.Peeper);

LeeTwentyThree commented 1 year ago

See https://github.com/SubnauticaModding/Nautilus/issues/319.