mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
SeString Creator and Evaluator fixes (#2250)
* Fix SeString Creator example * SeStringEvaluator: Don't print auto translation brackets for categories * SeStringEvaluator: Fix map id mask MapId is a ushort, not a byte.
This commit is contained in:
parent
39ac9f9dad
commit
61a17dac28
2 changed files with 6 additions and 6 deletions
|
|
@ -135,8 +135,8 @@ internal class SeStringCreatorWidget : IDataWindowWidget
|
|||
new TextEntry(TextEntryType.Macro, "<colortype(17)>"),
|
||||
new TextEntry(TextEntryType.Macro, "<edgecolortype(19)>"),
|
||||
new TextEntry(TextEntryType.String, "Dalamud"),
|
||||
new TextEntry(TextEntryType.Macro, "<edgecolor(0)>"),
|
||||
new TextEntry(TextEntryType.Macro, "<colortype(0)>"),
|
||||
new TextEntry(TextEntryType.Macro, "<edgecolor(stackcolor)>"),
|
||||
new TextEntry(TextEntryType.Macro, "<color(stackcolor)>"),
|
||||
new TextEntry(TextEntryType.Macro, " <string(lstr1)>"),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue