mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: add new 7.0 BitmapFontIcons & fix few others (#2006)
add new 7.0 BitmapFontIcons - Tuiyolal flag - Viper job icon - Pictomancer job icon - Moogle treasure trove fix some outdated icons
This commit is contained in:
parent
84fd82aa80
commit
cab84a8e31
1 changed files with 28 additions and 3 deletions
|
|
@ -488,7 +488,12 @@ public enum BitmapFontIcon : uint
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A blue star icon with an orange exclamation mark.
|
/// A blue star icon with an orange exclamation mark.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
BlueStarProblem = 121,
|
BlueStarProblem = 122,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The PlayStation Plus icon.
|
||||||
|
/// </summary>
|
||||||
|
PlayStationPlus = 123,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The Disconnecting icon.
|
/// The Disconnecting icon.
|
||||||
|
|
@ -578,12 +583,12 @@ public enum BitmapFontIcon : uint
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The Alchemist icon.
|
/// The Alchemist icon.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Alchemist = 131,
|
Alchemist = 141,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The Culinarian icon.
|
/// The Culinarian icon.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Culinarian = 132,
|
Culinarian = 142,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The Miner icon.
|
/// The Miner icon.
|
||||||
|
|
@ -714,4 +719,24 @@ public enum BitmapFontIcon : uint
|
||||||
/// The Waiting For Duty Finder icon.
|
/// The Waiting For Duty Finder icon.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
WaitingForDutyFinder = 168,
|
WaitingForDutyFinder = 168,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The Tural flag icon.
|
||||||
|
/// </summary>
|
||||||
|
Tural = 169,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The Viper icon.
|
||||||
|
/// </summary>
|
||||||
|
Viper = 170,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The Pictomancer icon.
|
||||||
|
/// </summary>
|
||||||
|
Pictomancer = 171,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The Venture Delivery Moogle icon.
|
||||||
|
/// </summary>
|
||||||
|
VentureDeliveryMoogle = 172,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue