mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
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:
parent
bba3298538
commit
ae4c561e09
4 changed files with 406 additions and 1 deletions
|
|
@ -57,6 +57,7 @@ internal class DataWindow : Window, IDisposable
|
|||
new TexWidget(),
|
||||
new ToastWidget(),
|
||||
new UiColorWidget(),
|
||||
new UldWidget(),
|
||||
};
|
||||
|
||||
private readonly IOrderedEnumerable<IDataWindowWidget> orderedModules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue