AlternateResourcePanel
AlternateResourcePanel copied to clipboard
An alternate view of vessel resources plugin for Kerbal Space Program
Results
23
AlternateResourcePanel issues
Sort by
recently updated
recently updated
newest added
Everything was great except for some UI issues.
https://github.com/TriggerAu/AlternateResourcePanel/blob/fe82bb3c224aa013266901a305b0e04538c8d58b/AlternateResourcePanel/ARPWindowResourceConfig.cs#L108-L111 --- This prevents the Separator from appearing on the window, and can't be remove in game. and there is my Solution: ```C# if(item == null || (PartResourceLibrary.Instance.GetDefinition(item.id) == null...