Low Priority Request:
Would really appreciate an update when having multiple crafts in hangars to show only one craft where there is only one craftSlots defined?
(This one works correctly)
I have a hangar with 4 crafts spaces and to display 4 craftslots defined:
craftSlots:
- [-17, -17, 0]
- [17, -17, 0]
- [-17, 17, 0]
- [17, 17, 0]
(This is the one with the issue)
I have another hangar that has 3 craft spaces and to display only 1 craftSlot defined: (This hangar is supposed to be 3 levels deep which is why it has 3 crafts and only one slot)
craftSlots:
- [1, 1, 0]
Instead of "only" showing one craft graphic, it overlays the craft graphics. The desired result would be to only show the most recent craft added to the hangar or most recent craft that returned from a mission as the icon to display in the hangar.