Add an ULD display to data window (#1938)

* prelim uld data display
* change uld list to a string array
* fix some uld parts not having their texture id set.
* update uld browser to use themes and get locations from sig scanning
* undo ClientStructs change during rebase
* fix capitalization during rebase
This commit is contained in:
wolfcomp 2024-08-12 22:36:31 +02:00 committed by GitHub
parent bba3298538
commit ae4c561e09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 406 additions and 1 deletions

View file

@ -57,6 +57,7 @@ internal class DataWindow : Window, IDisposable
new TexWidget(),
new ToastWidget(),
new UiColorWidget(),
new UldWidget(),
};
private readonly IOrderedEnumerable<IDataWindowWidget> orderedModules;